XFINIUM.PDF.View.Win Documentation
VisualFields Property



Xfinium.Pdf.View Namespace > PdfVisualPage Class : VisualFields Property
Gets the list of visual fields included in the page.
Syntax
'Declaration
 
Public ReadOnly Property VisualFields As PdfVisualFieldCollection
'Usage
 
Dim instance As PdfVisualPage
Dim value As PdfVisualFieldCollection
 
value = instance.VisualFields
public PdfVisualFieldCollection VisualFields {get;}
public:
property PdfVisualFieldCollection^ VisualFields {
   PdfVisualFieldCollection^ get();
}

Property Value

A collection of Xfinium.Pdf.View.Forms.PdfVisualField objects representing the fields displayed in the PdfDocumentView control.
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

PdfVisualPage Class
PdfVisualPage Members