Pdf |
The PdfForm type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundingBox | (Required) The form XObject’s bounding box, used to clip the form XObject and to determine its size for caching. | |
| Content | 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. | |
| Size | Gets the form size in the original (untransformed) coordinate system in which Transform is Identity. | |
| Transform | (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]. |