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