Class CmxDocument
Class CmxDocument
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly: Aspose.Imaging.dll (25.2.0)
The CMX document.
[JsonObject(MemberSerialization.OptIn)]
public class CmxDocument
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CmxDocument()
Initializes a new instance of the Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxDocument class.
[JsonConstructor]
public CmxDocument()
Properties
Pages
Gets the pages of current document.
public virtual IList<cmxpage> Pages { get; }
Property Value
Methods
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.