Class PageInfo

Thông tin

Đại diện cho thông tin trang.

public class PageInfo : PageSize

Kế thừa

objectPageSizePageInfo

Các thành viên kế thừa

Các hàm khởi tạo

PageInfo()

Hàm khởi tạo của Documentize.PageInfo.

public PageInfo()

PageInfo(double, double)

Hàm khởi tạo của Documentize.PageInfo.

public PageInfo(double width, double height)

Tham số

  • width double: Chiều rộng của trang.
  • height double: Chiều cao của trang.

Các thuộc tính

MarginBottom

Lấy hoặc thiết lập một giá trị cho biết lề dưới.

public double MarginBottom { get; set; }

Giá trị thuộc tính

double

MarginLeft

Lấy hoặc thiết lập một giá trị cho biết lề trái.

public double MarginLeft { get; set; }

Giá trị thuộc tính

double

MarginRight

Lấy hoặc thiết lập một giá trị cho biết lề phải.

public double MarginRight { get; set; }

Giá trị thuộc tính

double

MarginTop

Lấy hoặc thiết lập một giá trị cho biết lề trên.

public double MarginTop { get; set; }

Giá trị thuộc tính

double

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt