Click or drag to resize

PdfForm Properties

The PdfForm type exposes the following members.

Properties
 NameDescription
Public propertyBoundingBox(Required) The form XObject’s bounding box, used to clip the form XObject and to determine its size for caching.
Public propertyContent

Gets the content of the PdfForm.

Returns if the PdfForm doesn't have an associated resource dictionary. In that case use either GetContent(PdfContent) to retrieve the read-only content of the PdfForm with PdfContentResources (fonts, images, etc.) resolved from the specified PdfContent or SetResources(PdfContent) method to set PdfContentResources (fonts, images, etc.) from the specified PdfContent to this PdfForm before retrieving the Content property.

Public propertySize Gets the form size in the original (untransformed) coordinate system in which Transform is Identity.
Public propertyTransform(Optional) An array of six numbers specifying the form matrix, which maps form space into user space (see 8.3.4, "Transformation Matrices"). Default value: the identity matrix [1 0 0 1 0 0].
Top
See Also