PDFView4NET WPF Edition
PDFTextBoxField Constructor




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : PDFTextBoxField Constructor
The name of the field.
Initializes a new PDFTextBoxField object.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String _
)
'Usage
 
Dim name As String
 
Dim instance As New PDFTextBoxField(name)
public PDFTextBoxField( 
   string name
)
public: PDFTextBoxField( 
   string* name
)
public:
PDFTextBoxField( 
   String^ name
)

Parameters

name
The name of the field.
Exceptions
ExceptionDescription
Thrown when the name is null or empty or not a valid PDF field name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextBoxField Class
PDFTextBoxField Members