Pdf |
The PdfPage type exposes the following members.
Name | Description | |
---|---|---|
Annotations | (Optional) An array of annotation dictionaries that shall contain indirect references to all annotations associated with the page (see 12.5, "Annotations"). | |
AssociatedFiles | (Optional; PDF 2.0) An array of one or more PdfFileSpecifications which denote the associated files for this PdfPage. | |
Content | Gets the content of the PdfPage. | |
Size | Gets the page size in the original (untransformed) coordinate system in which Rotate is 0, and UserUnit is 1. | |
Transform | Gets the transformation from the coordinate system transformed by CropBox.Left, CropBox.Bottom, Rotate, and UserUnit entries to the original (untransformed) coordinate system in which CropBox.Left is 0, CropBox.Bottom is 0, Rotate is 0, and UserUnit is 1. | |
UserUnit | (Optional; PDF 1.6) A positive number that shall give the size of default user space units, in multiples of 1/72 inch. The range of supported values shall be implementation-dependent. Default value: 1.0 (user space unit is 1/72 inch). |
Name | Description | |
---|---|---|
ConvertToForm | Converts the PdfPage to a PdfForm. |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |