Class Document.MergeOptions
Class Document.MergeOptions
Namespace: Aspose.Pdf
Assembly: Aspose.PDF.dll
מייצג את האפשרויות למתודות מיזוג.
public class Document.MergeOptions
ירושה
object ← Document.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; }
ערך המאפיין
MaximumNodesInLevel
מקבל ומגדיר את מספר הצמתים המקסימלי ברמת עץ הדפים.
ברירת מחדל היא 10.
public byte MaximumNodesInLevel { get; set; }