[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.AcroForm

Class AcroForm

Namespace
GrapeCity.Documents.Pdf.AcroForms
Assembly
GcDocs.Pdf.dll

Defines properties of AcroForm within PDF document.

public class AcroForm : PdfDictWrapper, IPdfDict
Inheritance
object
AcroForm
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Properties

Doc

Gets the GcPdfDocument object owning this object.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

Fields

Gets the FieldCollection collection containing document fields.

public FieldCollection Fields { get; }

Property Value

FieldCollection