PdfForm class
Represents interactive form of the PDF document.
Properties
- exportEmptyFields ↔ bool
-
Gets or sets the ExportEmptyFields property, enabling this will export
the empty acroform fields.
getter/setter pair
- fieldAutoNaming ↔ bool
-
Gets or sets a value indicating whether field auto naming.
getter/setter pair
- fields → PdfFormFieldCollection
-
Gets the fields collection.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- readOnly ↔ bool
-
Gets or sets a value indicating whether the form is read only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
exportData(
DataFormat dataFormat, [String formName = '']) → List< int> - Export the form data to a file with the specific DataFormat and form name.
-
flattenAllFields(
) → void - Flatten all the fields available in the form.
-
importData(
List< int> inputBytes, DataFormat dataFormat, [bool continueImportOnError = false]) → void - Imports form value to the file with the specific DataFormat.
-
importDataFromBase64String(
String base64String, DataFormat dataFormat, [bool continueImportOnError = false]) → void - Imports form value from base 64 string to the file with the specific DataFormat.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDefaultAppearance(
bool value) → void - Specifies whether to set the default appearance for the form or not.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited