Class PageSetup

Class PageSetup

Tên không gian: Aspose.Svg.Rendering Tổng hợp: Aspose.SVG.dll (25.5.0)

đại diện cho một đối tượng cài đặt trang được sử dụng cho cấu hình output page-set.

[ComVisible(true)]
public class PageSetup

Inheritance

object PageSetup

Thành viên thừa kế

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

AnyPage

Nhận hoặc đặt cấu hình tất cả các trang trong chuỗi trang.

public Page AnyPage { get; set; }

Giá trị bất động sản

Page

AtPagePriority

Gets or sets Aspose.Svg.Rendering.AtPagePriority which will determine order of applying page size declarations. By default options will override css ‘@page’ rules https://www.w3.org/TR/CSS2/page.html#page-selectors .

public AtPagePriority AtPagePriority { get; set; }

Giá trị bất động sản

AtPagePriority

FirstPage

Nhận hoặc đặt cấu hình trang đầu tiên.

public Page FirstPage { get; set; }

Giá trị bất động sản

Page

LeftPage

Nhận cấu hình Odd Page.

public Page LeftPage { get; }

Giá trị bất động sản

Page

RightPage

Nhận cấu hình Even Page.

public Page RightPage { get; }

Giá trị bất động sản

Page

Sizing

Nhận hoặc đặt kiểu kích thước.

public SizingType Sizing { get; set; }

Giá trị bất động sản

SizingType

Methods

SetLeftRightPage(Trang, Trang)

Cài đặt cấu hình bên trái / bên phải.

public void SetLeftRightPage(Page leftPage, Page rightPage)

Parameters

leftPage Page

Trang bên trái.

rightPage Page

Trang chính xác

 Tiếng Việt