

'Declaration<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class PdfDocumentViewCollection Inherits System.Collections.ObjectModel.Collection(Of PdfDocumentView)
'UsageDim instance As PdfDocumentViewCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class PdfDocumentViewCollection : System.Collections.ObjectModel.Collection<PdfDocumentView>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class PdfDocumentViewCollection : public System.Collections.ObjectModel.Collection<PdfDocumentView>
System.Object
System.Collections.ObjectModel.Collection<T>
Xfinium.Pdf.View.PdfDocumentViewCollection
Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x