Class CmxPage

CmxPage class

The page of the CMX document.

public class CmxPage : DisposableObject

Constructors

NameDescription
CmxPage()The default constructor.

Properties

NameDescription
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

NameDescription
Dispose()Disposes the current instance.
override Equals(object)Check if objects are equal.
override GetHashCode()Get hash code of the current object

See Also