PdfFieldWidget
FormWidget Property
|
Gets 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; }
Public ReadOnly Property FormWidget As PdfFormWidget
Get
public:
property PdfFormWidget^ FormWidget {
PdfFormWidget^ get ();
}
member FormWidget : PdfFormWidget with get
Property Value
Type:
PdfFormWidget
The form.
See Also