Document.GetPageInfo

Document.GetPageInfo method

Gets the page size, orientation and other information about a page that might be useful for printing or rendering.

public PageInfo GetPageInfo(int pageIndex)
Parameter Type Description
pageIndex Int32 The 0-based page index.

See Also