Pages

DocumentInfo.Pages property

Gets the information about pages such as the index and page size.

public IList<PageInfo> Pages { get; }

Property Value

A collection with instances of PageInfo classes.

See Also