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)
ParameterTypeDescription
pageIndexInt32The 0-based page index.

See Also