Gets or sets the form.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

PdfFormWidget

See Also