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

このインスタンスを代表するシステムストリングです。

 日本語