Cicode Programming Reference > Cicode Function Categories > Page Functions Introduction > PageFileInfo

PageFileInfo

Returns the width or height of an unopened page.

Syntax

PageFileInfo(sPageName, nMode)

sPageName:

The name of the page you would like to retrieve size information for.

nMode:

Retrieves either the width or the height of the specified page in pixels.

0 - returns the page width

1 - returns the page height

Return Value

The height or width of the specified page in pixels, depending on the value set for nMode.

See Also

Page Functions