Represents Loaded form.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfFormWidget : PdfForm
Public Class PdfFormWidget
	Inherits PdfForm
public ref class PdfFormWidget : public PdfForm
type PdfFormWidget =  
    class
        inherit PdfForm
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Fields..::..PdfForm
    Spire.Pdf.Widget..::..PdfFormWidget

See Also