CmxPage Class
Contents
[
Hide
]Summary: The page of the CMX document.
Module: aspose.imaging.fileformats.cmx.objectmodel
Full Name: aspose.imaging.fileformats.cmx.objectmodel.CmxPage
Inheritance: DisposableObject
Constructors
Name | Description |
---|---|
CmxPage() | Initializes a new instance of the CmxPage class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
bound_box | RectangleF | r/w | Gets or sets the bounding box. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
flags | uint | r/w | Gets or sets the flags. |
height | float | r/w | Gets or sets the page height. |
layers | list[CmxPage] | r | Gets the page layers. |
page_number | int | r/w | Gets or sets the page order number. |
width | float | r/w | Gets or sets the page width. |
Constructor: CmxPage()
CmxPage()
Initializes a new instance of the CmxPage class.