Class CmxPage
CmxPage class
The page of the CMX document.
public class CmxPage : DisposableObject
Constructors
| Name | Description |
|---|
| CmxPage() | The default constructor. |
Properties
| Name | Description |
|---|
| BoundBox { get; set; } | Gets or sets the bounding box. |
| Disposed { get; } | Gets a value indicating whether this instance is disposed. |
| 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 |
|---|
| Dispose() | Disposes the current instance. |
| override Equals(object) | Check if objects are equal. |
| override GetHashCode() | Get hash code of the current object |
See Also