O2S.Components.PDF4NET.View.Win Documentation
PDFVisualPageCollection Class
Members 



O2S.Components.PDF4NET.View Namespace : PDFVisualPageCollection Class
Defines a collection of visual pages.
Object Model
PDFVisualPageCollection ClassPDFVisualPage Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PDFVisualPageCollection 
   Inherits System.Collections.ObjectModel.Collection(Of PDFVisualPage)
'Usage
 
Dim 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> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      O2S.Components.PDF4NET.View.PDFVisualPageCollection

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also