Cicode Programming Reference > Cicode Function Categories > Page Functions > PageFileInfoEx

PageFileInfoEx

Returns the width, height, content type, parent or title of an unopened page.

Syntax

PageFileInfoEx(sPage, nMode)

sPageName:

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

nMode:

Determines if the width, height, content type, parent or title is returned for the specified page.

0 - returns the page width.

1 - returns the page height.

2- returns the content type of the page.

3 - returns the parent page of the page.

4 - returns the configured page title of the page.

Return Value

The height, width, content type, parent or title of the specified page, depending on the value set for nMode.

See Also

Page Functions

Published June 2018