Class CmxDocument
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel
- Assembly
- Aspose.Imaging.dll
The CMX document.
public class CmxDocument
- Inheritance
-
CmxDocument
- Inherited Members
Constructors
CmxDocument()
Initializes a new instance of the CmxDocument class.
public CmxDocument()
Properties
Pages
Gets the pages of current document.
public virtual IList<CmxPage> Pages { get; }
Property Value
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()