Class Document.MergeOptions
Class Document.MergeOptions
Namespace: Aspose.Pdf
Assembly: Aspose.PDF.dll
Đại diện cho các tùy chọn cho các phương thức Gộp.
public class Document.MergeOptions
Kế thừa
object ← Document.MergeOptions
Các thành viên kế thừa
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Các hàm khởi tạo
MergeOptions()
public MergeOptions()
Các thuộc tính
IsNeedPageTreeBalance
Lấy và thiết lập yêu cầu cân bằng cây trang.
Toàn bộ cây trang trong tài liệu kết quả sẽ được cân bằng lại.
Nó tạo ra cây trang cân bằng để tăng tốc độ truy cập trang.
public bool IsNeedPageTreeBalance { get; set; }
Giá trị thuộc tính
MaximumNodesInLevel
Lấy và thiết lập số nút tối đa trong cấp độ cây trang.
Mặc định là 10.
public byte MaximumNodesInLevel { get; set; }