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

objectCmxDocument

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

IList<CmxPage&gt;

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

string

A System.String that represents this instance.