XFINIUM.PDF.View.Win Documentation
Fields Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualForm Class : Fields Property
Gets the collection of fields in the form.
Syntax
'Declaration
 
Public ReadOnly Property Fields As PdfVisualFieldCollection
'Usage
 
Dim instance As PdfVisualForm
Dim value As PdfVisualFieldCollection
 
value = instance.Fields
public PdfVisualFieldCollection Fields {get;}
public:
property PdfVisualFieldCollection^ Fields {
   PdfVisualFieldCollection^ get();
}

Property Value

A collection of PdfVisualField objects representing the fields in the form.
Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualForm Class
PdfVisualForm Members