XFINIUM.PDF.View.Win Documentation
Field Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualField Class : Field Property
Gets the underlying PDF field.
Syntax
'Declaration
 
Public ReadOnly Property Field As Xfinium.Pdf.Forms.PdfField
'Usage
 
Dim instance As PdfVisualField
Dim value As Xfinium.Pdf.Forms.PdfField
 
value = instance.Field
public Xfinium.Pdf.Forms.PdfField Field {get;}
public:
property Xfinium.Pdf.Forms.PdfField^ Field {
   Xfinium.Pdf.Forms.PdfField^ get();
}

Property Value

The corresponding non-visual Xfinium.Pdf.Forms.PdfField object.
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

PdfVisualField Class
PdfVisualField Members