Click or drag to resize

PdfFormWidget Class

Represents Loaded form.
Inheritance Hierarchy
System Object
Spire.Pdf.Fields PdfForm
Spire.Pdf.Widget PdfFormWidget

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfFormWidget : PdfForm

The PdfFormWidget type exposes the following members.

Properties
Name Description
Public property AutoNaming
Gets or sets a value indicating whether [field auto naming].
(Inherited from PdfForm .)
Public property Fields
Gets the fields.
(Inherited from PdfForm .)
Public property FieldsWidget
Gets the field collection.
Public property IsDynamicForm
Gets the value whether is dynamicForm.
Public property IsFlatten
Gets or sets a value indicating whether thisis flatten.
(Inherited from PdfForm .)
Public property NeedAppearances
Gets or sets a value indicating whether need appearances.
(Overrides PdfForm NeedAppearances .)
Public property ReadOnly
Gets or sets a value indicating whether the form is read only.
(Overrides PdfForm ReadOnly .)
Public property XFAForm
Gets XFA data of the form.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method ExportData(Stream, DataFormat, String)
Export the form data to a file.
Public method ExportData(String, DataFormat, String)
Export the form data to a file.
Public method ExtractSignatureAsImages
Extract Images from Signature
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method HighlightFields
Sets/Resets the form field highlight option.
Public method ImportData(String, DataFormat)
Imports the data.
Public method ImportData(String, DataFormat, Boolean)
Imports the data.
Public method ImportDataFDF
Import form data from FDF file.
Public method ImportDataXFDF Obsolete.
Import form data from XFDF file.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method OnlyHexInString
Called when [hex in string].
Public method SetFieldValueForXFAForm
Set field value for XFAForm.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also