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



O2S.Components.PDF4NET.View.Forms Namespace : PDFVisualFieldCollection Class
Defines a collection of PDFVisualField objects.
Object Model
PDFVisualFieldCollection ClassPDFVisualField Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PDFVisualFieldCollection 
   Inherits System.Collections.ObjectModel.Collection(Of PDFVisualField)
'Usage
 
Dim instance As PDFVisualFieldCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class PDFVisualFieldCollection : System.Collections.ObjectModel.Collection<PDFVisualField> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class PDFVisualFieldCollection : public System.Collections.ObjectModel.Collection<PDFVisualField> 
Inheritance Hierarchy

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

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