[]
Represent the page information.
public class PageInfo
public PageInfo()
Returns or sets the page content info.
public PageContentInfo PageContent { get; set; }
Returns or sets the total number of pages.
public int PageCount { get; set; }
Returns or sets the page number.
public int PageNumber { get; set; }
Returns or sets the settings of the page which will be used when this page is printed.
public PageSettings PageSettings { get; set; }