Class CmxPage
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel
- Assembly
- Aspose.Imaging.dll
The page of the CMX document.
public class CmxPage
- Inheritance
-
CmxPage
- Inherited Members
Constructors
CmxPage()
public CmxPage()
Properties
BoundBox
Gets or sets the bounding box.
public RectangleF BoundBox { get; set; }
Property Value
- RectangleF
The bounding box.
Flags
Gets or sets the flags.
public uint Flags { get; set; }
Property Value
- uint
The flags.
Height
Gets or sets the page height.
public float Height { get; set; }
Property Value
- float
The page height, in inches.
Layers
Gets the page layers.
public virtual IList<CmxLayer> Layers { get; }
Property Value
PageNumber
Gets or sets the page order number.
public int PageNumber { get; set; }
Property Value
- int
The page order number.
Width
Gets or sets the page width.
public float Width { get; set; }
Property Value
- float
The page width, in inches.
Methods
Equals(CmxPage)
Check if objects are equal.
protected bool Equals(CmxPage other)
Parameters
other
CmxPageThe other object.
Returns
- bool
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
GetHashCode()
Get hash code of the current object
public override int GetHashCode()
Returns
- int
The hash code.