Table of Contents

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

IList<CmxPage>

The pages of current document.

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.