PdfComboBoxField Constructor
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfComboBoxField(
PdfPageBase page,
string name
)
Public Sub New (
page As PdfPageBase,
name As String
)
public:
PdfComboBoxField(
PdfPageBase^ page,
String^ name
)
new :
page : PdfPageBase *
name : string -> PdfComboBoxField
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
Page the field to be placed on.
-
name
-
Type:
System
String
The name of the field.
See Also