Class CmxPage
CmxPage class
The page of the CMX document.
Constructors
Name | Description |
---|
CmxPage() | The default constructor. |
Properties
Name | Description |
---|
BoundBox { get; set; } | Gets or sets the bounding box. |
Flags { get; set; } | Gets or sets the flags. |
Height { get; set; } | Gets or sets the page height. |
virtual Layers { get; } | Gets the page layers. |
PageNumber { get; set; } | Gets or sets the page order number. |
Width { get; set; } | Gets or sets the page width. |
Methods
Name | Description |
---|
override Equals(object) | Check if objects are equal. |
override GetHashCode() | Get hash code of the current object |
See Also