PageInfo class

PageInfo class

Represents a brief page information.

The PageInfo type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of PageInfo

Properties

Property Description
width Gets or sets the page width.
height Gets or sets the page height.
page_number Gets or sets the page number.

Remarks

Learn more | | |

Example

The following example demonstrates how to retrieve the general document information using IDocumentInfo.

See Also