In This Topic
For a list of all properties of this type, see
PdfPage.
Public Properties
| | Name | Description |
 | AdditionalActions | Gets or sets an additional-actions defining actions to be performed when the page is opened or closed. |
 | Annotations | Gets or sets an annotation array representing annotations associated with the page. |
 | ArtBox | Gets or sets a rectangle, expressed in default user space units, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator. |
 | AssociatedFiles | Gets or sets a list of file specifications, which are representing the data associated with this page in the manner specified by the AssociatedFileRelationship property. |
 | BackgroundImage | Gets a background image if this page is image-only. |
 | BasicObject | Gets the basic object of this tree node. (Inherited from PdfTreeNodeBase) |
 | BleedBox | Gets or sets a rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment. |
 | BoundingBox | Gets the page bounding box, that depends from current rendering settings. |
 | CropBox | Gets or sets the crop box for this page. |
 | DefaultResolution | Gets or sets the default rendering resolution, in dpi, of this page. |
 | Document | Gets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase) |
 | HasDefaultResolution | Gets a value indicating whether this PDF page has the default resolution. |
 | ImagesSize | Gets the size, in bytes, of all image resources of this page. |
 | IndirectReference | Gets the reference to an indirect object. (Inherited from PdfTreeNodeBase) |
 | IsChanged | Gets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase) |
 | IsImageOnly | Gets a value indicating whether page contains only an image. |
 | IsIndirectObject | Gets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase) |
 | IsNew | Gets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase) |
 | LastModified | Gets or sets the date and time when the contents of page were most recently modified. |
 | MediaBox | Gets or sets the media box of this page. |
 | Metadata | Gets or sets metadata associated with this page. |
 | ObjectNumber | Gets the unique object number. (Inherited from PdfTreeNodeBase) |
 | Resources | Gets or sets the resources of PDF page. |
 | Rotate | Gets or sets the number of degrees by which the page should be rotated clockwise when displayed or printed. |
 | Size | Gets the rendered page size, in user units. |
 | StructParentsKey | Gets or sets the integer key of the page entry in the structural parent tree. |
 | TextRegion | Gets the TextRegion of this page. |
 | TextRegionIsCached | Gets a value indicating whether text region is cached. |
 | Thumbnail | Gets or sets thumbnail associated with this page. |
 | TrimBox | Gets or sets rectangle, expressed in default user space units, defining the intended dimensions of the finished page after trimming. |
 | UserUnit | Gets the user space unit of this page, in inches. |
 | UserUnitFactor | Gets or sets a positive number giving the size of default user space units, in multiples of 1 / 72 inch. |
 | VintasoftBinaryAnnotations | Gets or sets VintasoftBinary annotations packet associated with this page. |
 | VintasoftXMPAnnotations | Gets or sets VintasoftXMP annotations packet associated with this page. |
See Also