XFINIUM.PDF.View.Win Documentation
TextBoxField Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualTextBoxField Class : TextBoxField Property
Gets the associated textbox field.
Syntax
'Declaration
 
Public ReadOnly Property TextBoxField As Xfinium.Pdf.Forms.PdfTextBoxField
'Usage
 
Dim instance As PdfVisualTextBoxField
Dim value As Xfinium.Pdf.Forms.PdfTextBoxField
 
value = instance.TextBoxField
public Xfinium.Pdf.Forms.PdfTextBoxField TextBoxField {get;}
public:
property Xfinium.Pdf.Forms.PdfTextBoxField^ TextBoxField {
   Xfinium.Pdf.Forms.PdfTextBoxField^ get();
}

Property Value

The corresponding non-visual textbox field.
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

PdfVisualTextBoxField Class
PdfVisualTextBoxField Members