Class CmxDocument

Class CmxDocument

名称: Aspose.Imaging.FileFormats.Cmx.ObjectModel 收藏: Aspose.Imaging.dll (25.4.0)

CMX文件。

[JsonObject(MemberSerialization.OptIn)]
public class CmxDocument

Inheritance

object CmxDocument

继承人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxDocument()

启动 Aspose.Imaging.FileFormats.Cmx.ObjectModel.CmxDocument 类的新例子。

[JsonConstructor]
public CmxDocument()

Properties

Pages

获取当前文件的页面。

public virtual IList<cmxpage> Pages { get; }

财产价值

IList < CmxPage >

Methods

ToString()

返回一个 System.String 代表此例子。

public override string ToString()

Returns

string

一个系统.String 代表这个实例。

 中文