PDFView4NET WPF Edition
PDFListBoxField Constructor




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

Parameters

name
The name of this field object.
Remarks
The field name must be unique across the document.
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

PDFListBoxField Class
PDFListBoxField Members