Retrieves the appearance properties of a page.
Note: As this function does not support True Color functionality, this function has been superseded by the function PageAppearanceGetEx.
Syntax
PageAppearanceGet(Project, Style, Template, Resolution, Titlebar, Width, Height, Color)
Project:
The name of the project that contains the template.
Style:
The style of the template.
Template:
The name of the template.
Resolution:
The resolution of the template.
Titlebar:
TRUE if titlebar is selected.
Width:
The width of the page in pixels.
Height:
The height of the page in pixels.
Color:
The color of the page background.
Return Value
The requested values, as a string
Note: For details on handling return and error values, see Error Handling.
Related Functions
PageOpen, PageSave, PageSaveAs, PageClose
Published June 2018