PdfDocument
AllowCreateForm Property
|
Get or Set Allow Create Form.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AllowCreateForm { get; set; }
Public Property AllowCreateForm As Boolean
Get
Set
public:
property bool AllowCreateForm {
bool get ();
void set (bool value);
}
member AllowCreateForm : bool with get, set
Property Value
Type:
Boolean
See Also