Pdf |
The PdfPageObject type exposes the following members.
Name | Description | |
---|---|---|
CropBox | (Optional; inheritable) A rectangle, expressed in default user space units, that shall define the visible region of default user space. When the page is displayed or printed, its contents shall be clipped (cropped) to this rectangle and then shall be imposed on the output medium in some implementation-defined manner (see 14.11.2, "Page Boundaries"). Default value: the value of MediaBox. Value of this property might be if this is an instance of a PdfPages, but it should never be if this is an instance of a PdfPage. | |
MediaBox | (Required; inheritable) A rectangle (see 7.9.5, "Rectangles"), expressed in default user space units, that shall define the boundaries of the physical medium on which the page shall be displayed or printed (see 14.11.2, "Page Boundaries"). Value of this property might be if this is an instance of a PdfPages, but it should never be if this is an instance of a PdfPage. | |
Parent | (Required except in root node; prohibited in the root node; shall be an indirect reference) The page tree node that is the immediate parent of this one. | |
Rotate | (Optional; inheritable) The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90. Default value: 0. |
Name | Description | |
---|---|---|
SetCropBox(Double, Double) | Sets the CropBox. | |
SetCropBox(Double, Double, Double, Double) | Sets the CropBox. | |
SetMediaBox(Double, Double) | Sets the MediaBox. | |
SetMediaBox(Double, Double, Double, Double) | Sets the MediaBox. |
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) |