

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