Class Document.MergeOptions
Class Document.MergeOptions
Namespace: Aspose.Pdf
Assembly: Aspose.PDF.dll
Represents the options to Merge methods.
public class Document.MergeOptions
Inheritance
object ← Document.MergeOptions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MergeOptions()
public MergeOptions()
Properties
IsNeedPageTreeBalance
Gets and sets the requirement for page tree balancing The entire page tree in the resulting document will be rebalanced. It creates balanced pages tree to speed up pages access.
public bool IsNeedPageTreeBalance { get; set; }
Property Value
MaximumNodesInLevel
Gets and sets the maximum nodes in pages tree level. Default is 10.
public byte MaximumNodesInLevel { get; set; }