PdfAcroFormKeys ClassTerminal Works - PDF Printing.Net Library
Predefined keys of this dictionary. The description comes from PDF 1.4 Reference.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfKeysBase
    PdfEdit.Pdf.AcroFormsPdfAcroFormKeys

Namespace: PdfEdit.Pdf.AcroForms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class Keys : KeysBase

The PdfAcroFormKeys type exposes the following members.

Constructors

  NameDescription
Public methodPdfAcroFormKeys
Initializes a new instance of the PdfAcroFormKeys class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberCO
(Required if any fields in the document have additional-actions dictionaries containing a C entry; PDF 1.3) An array of indirect references to field dictionaries with calculation actions, defining the calculation order in which their values will be recalculated when the value of any field changes.
Public fieldStatic memberDA
(Optional) A document-wide default value for the DA attribute of variable text fields.
Public fieldStatic memberDR
(Optional) A document-wide default value for the DR attribute of variable text fields.
Public fieldStatic memberFields
(Required) An array of references to the document’s root fields (those with no ancestors in the field hierarchy).
Public fieldStatic memberNeedAppearances
(Optional) A flag specifying whether to construct appearance streams and appearance dictionaries for all widget annotations in the document. Default value: false.
Public fieldStatic memberQ
(Optional) A document-wide default value for the Q attribute of variable text fields.
Public fieldStatic memberSigFlags
(Optional; PDF 1.3) A set of flags specifying various document-level characteristics related to signature fields. Default value: 0.
Top
See Also

Reference