Class Document.MergeOptions
Class Document.MergeOptions
Namespace: Aspose.Pdf
Assembly: Aspose.PDF.dll
แสดงถึงตัวเลือกสำหรับวิธีการ Merge.
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; }
ค่า Property
MaximumNodesInLevel
รับและตั้งค่าจำนวนโหนดสูงสุดในระดับต้นไม้หน้า ค่าดีฟอลต์คือ 10.
public byte MaximumNodesInLevel { get; set; }