PageUnits Property

PageUnits returns or sets the global page unit type. Returns a SrfPageUnits.

Syntax

object.PageUnits

object.PageUnits = Units

Parameter

Type

Description

Units

SrfPageUnits

required

Example 1

This example demonstrates how to return current application page unit (inch or centimeter).

Debug.Print SurferApp.PageUnits

Example 2

This example demonstrates how to set centimeter as the global page unit.

SurferApp.PageUnits = srfUnitsCentimeter

Example 3

This script displays all the properties in the Application object.

Used by: Application object