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; }