PdfFormFieldWidgetCollection
FormWidget Property
|
Gets or sets the form.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfFormWidget FormWidget { get; set; }
Public Property FormWidget As PdfFormWidget
Get
Set
public:
property PdfFormWidget^ FormWidget {
PdfFormWidget^ get ();
void set (PdfFormWidget^ value);
}
member FormWidget : PdfFormWidget with get, set
Property Value
Type:
PdfFormWidget
See Also