Technical Reference > Graphics Builder Automation Interface > Page Properties Functions > PageAppearanceGetEx

PageAppearanceGetEx

Retrieves the appearance properties of a page.

Syntax

PageAppearanceGetEx(Project, Style, Template, Resolution, Titlebar, Width, Height, OnColour, OffColour)

Project:

Name of project that contains the template.

Style:

Style of template.

Template:

Name of template.

Resolution:

Resolution of template.

Titlebar:

TRUE if titlebar is selected.

Width:

Width of the page in pixels.

Height:

Height of the page in pixels.

OnColour:

"On" color of the page background as an RGB value.

OffColour:

"Off" color of the page background as an RGB value.

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