PdfAcroFieldKeys 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.AcroFormsPdfAcroFieldKeys
      More...

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

public class Keys : KeysBase

The PdfAcroFieldKeys type exposes the following members.

Constructors

  NameDescription
Public methodPdfAcroFieldKeys
Initializes a new instance of the PdfAcroFieldKeys class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberAA
(Optional; PDF 1.2) An additional-actions dictionary defining the field’s behavior in response to various trigger events. This entry has exactly the same meaning as the AA entry in an annotation dictionary.
Public fieldStatic memberDA
(Required; inheritable) The default appearance string, containing a sequence of valid page-content graphics or text state operators defining such properties as the field’s text size and color.
Public fieldStatic memberDR
(Required; inheritable) A resource dictionary containing default resources (such as fonts, patterns, or color spaces) to be used by the appearance stream. At a minimum, this dictionary must contain a Font entry specifying the resource name and font dictionary of the default font for displaying the field’s text.
Public fieldStatic memberDV
(Optional; inheritable) The default value to which the field reverts when a reset-form action is executed. The format of this value is the same as that of V.
Public fieldStatic memberFf
(Optional; inheritable) A set of flags specifying various characteristics of the field. Default value: 0.
Public fieldStatic memberFT
(Required for terminal fields; inheritable) The type of field that this dictionary describes: Btn Button Tx Text Ch Choice Sig (PDF 1.3) Signature Note: This entry may be present in a nonterminal field (one whose descendants are themselves fields) in order to provide an inheritable FT value. However, a nonterminal field does not logically have a type of its own; it is merely a container for inheritable attributes that are intended for descendant terminal fields of any type.
Public fieldStatic memberKids
(Optional) An array of indirect references to the immediate children of this field.
Public fieldStatic memberP
Public fieldStatic memberPage
Optional: Reference to the Page object containing this field
Public fieldStatic memberParent
(Required if this field is the child of another in the field hierarchy; absent otherwise) The field that is the immediate parent of this one (the field, if any, whose Kids array includes this field). A field can have at most one parent; that is, it can be included in the Kids array of at most one other field.
Public fieldStatic memberQ
(Optional; inheritable) A code specifying the form of quadding (justification) to be used in displaying the text: 0 Left-justified 1 Centered 2 Right-justified Default value: 0 (left-justified).
Public fieldStatic memberRect
Public fieldStatic memberSubtype
Public fieldStatic memberT
(Optional) The partial field name.
Public fieldStatic memberTM
(Optional; PDF 1.3) The mapping name to be used when exporting interactive form field data from the document.
Public fieldStatic memberTU
(Optional; PDF 1.3) An alternate field name, to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document’s contents in support of accessibility to disabled users or for other purposes.
Public fieldStatic memberV
(Optional; inheritable) The field’s value, whose format varies depending on the field type; see the descriptions of individual field types for further information.
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  PdfEdit.PdfKeysBase
    PdfEdit.Pdf.AcroFormsPdfAcroFieldKeys
      PdfEdit.Pdf.AcroFormsPdfButtonFieldKeys
      PdfEdit.Pdf.AcroFormsPdfChoiceFieldKeys
      PdfEdit.Pdf.AcroFormsPdfComboBoxFieldKeys
      PdfEdit.Pdf.AcroFormsPdfGenericFieldKeys
      PdfEdit.Pdf.AcroFormsPdfListBoxFieldKeys
      PdfEdit.Pdf.AcroFormsPdfPushButtonFieldKeys
      PdfEdit.Pdf.AcroFormsPdfSignatureFieldKeys
      PdfEdit.Pdf.AcroFormsPdfTextFieldKeys