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



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

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

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