PdfFormWidget
IsDynamicForm Property
|
Gets the value whether is dynamicForm.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsDynamicForm { get; }
Public ReadOnly Property IsDynamicForm As Boolean
Get
public:
property bool IsDynamicForm {
bool get ();
}
member IsDynamicForm : bool with get
Property Value
Type:
Boolean
See Also