DscMetadata
Overview
DscMetadata is a class in Aspose.Page FOSS for Python.
Container for DSC metadata extracted from PS/EPS comments.
Properties: bounding_box, creation_date, creator, crop_box, document_media_size, extensions, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
bounding_box | tuple[int, int, int, int] | None | Read/Write | Gets or sets the bounding box. |
hires_bounding_box | tuple[float, float, float, float] | None | Read/Write | Gets or sets the hires bounding box. |
crop_box | tuple[int, int, int, int] | None | Read/Write | Gets or sets the crop box. |
document_media_size | tuple[float, float] | None | Read/Write | Gets or sets the document media size. |
orientation | str | None | Read/Write | Gets or sets the orientation. |
page_transform | str | None | Read/Write | Gets or sets the page transform. |
viewing_orientation | str | None | Read/Write | Gets or sets the viewing orientation. |
title | str | None | Read/Write | Gets or sets the title. |
creator | str | None | Read/Write | Gets or sets the creator. |
creation_date | str | None | Read/Write | Gets or sets the creation date. |
language_level | int | None | Read/Write | Gets or sets the language level. |
extensions | list[str] | Read/Write | Gets or sets the extensions. |