PdfFormXObjectKeys ClassTerminal Works - PDF Printing.Net Library
Predefined keys of this dictionary.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfKeysBase
    PdfEdit.PdfPdfDictionaryPdfStreamKeys
      PdfEdit.Pdf.AdvancedPdfXObjectKeys
        PdfEdit.Pdf.AdvancedPdfFormXObjectKeys

Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public sealed class Keys : PdfXObjectKeys

The PdfFormXObjectKeys type exposes the following members.

Constructors

  NameDescription
Public methodPdfFormXObjectKeys
Initializes a new instance of the PdfFormXObjectKeys 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 memberBBox
(Required) An array of four numbers in the form coordinate system, giving the coordinates of the left, bottom, right, and top edges, respectively, of the form XObject’s bounding box. These boundaries are used to clip the form XObject and to determine its size for caching.
Public fieldStatic memberFormType
(Optional) A code identifying the type of form XObject that this dictionary describes. The only valid value defined at the time of publication is 1. Default value: 1.
Public fieldStatic memberGroup
(Optional; PDF 1.4) A group attributes dictionary indicating that the contents of the form XObject are to be treated as a group and specifying the attributes of that group (see Section 4.9.2, “Group XObjects”). Note: If a Ref entry (see below) is present, the group attributes also apply to the external page imported by that entry, which allows such an imported page to be treated as a group without further modification.
Public fieldStatic memberMatrix
(Optional) An array of six numbers specifying the form matrix, which maps form space into user space. Default value: the identity matrix [1 0 0 1 0 0].
Public fieldStatic memberResources
(Optional but strongly recommended; PDF 1.2) A dictionary specifying any resources (such as fonts and images) required by the form XObject.
Public fieldStatic memberSubtype
(Required) The type of XObject that this dictionary describes; must be Form for a form XObject.
Public fieldStatic memberType
(Optional) The type of PDF object that this dictionary describes; if present, must be XObject for a form XObject.
Top
See Also

Reference