O2S.Components.PDF4NET.View.Win Documentation
TextBoxField Property



O2S.Components.PDF4NET.View.Forms Namespace > PDFVisualTextBoxField Class : TextBoxField Property
Gets the associated textbox field.
Syntax
'Declaration
 
Public ReadOnly Property TextBoxField As O2S.Components.PDF4NET.Forms.PDFTextBoxField
'Usage
 
Dim instance As PDFVisualTextBoxField
Dim value As O2S.Components.PDF4NET.Forms.PDFTextBoxField
 
value = instance.TextBoxField
public O2S.Components.PDF4NET.Forms.PDFTextBoxField TextBoxField {get;}
public:
property O2S.Components.PDF4NET.Forms.PDFTextBoxField^ TextBoxField {
   O2S.Components.PDF4NET.Forms.PDFTextBoxField^ get();
}

Property Value

The corresponding non-visual textbox field.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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