PageFileInfoEx
- Last UpdatedJul 18, 2023
- 1 minute read
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.