Class Document.MergeOptions

Class Document.MergeOptions

Namespace: Aspose.Pdf
Assembly: Aspose.PDF.dll

マージメソッドのオプションを表します。

public class Document.MergeOptions

継承

objectDocument.MergeOptions

継承されたメンバー

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

コンストラクター

MergeOptions()

public MergeOptions()

プロパティ

IsNeedPageTreeBalance

ページツリーのバランスを取る必要性を取得および設定します。
結果のドキュメント内の全ページツリーは再バランスされます。
ページへのアクセスを高速化するために、バランスの取れたページツリーを作成します。

public bool IsNeedPageTreeBalance { get; set; }

プロパティ値

bool

MaximumNodesInLevel

ページツリーのレベルにおける最大ノード数を取得および設定します。
デフォルトは10です。

public byte MaximumNodesInLevel { get; set; }

プロパティ値

byte

 日本語