PSSetCoorSystem()

Syntax

Function PSSetCoorSystem(nCoorSystem)
TPageScript:PSSetCoorSystem(nCoorSystem)

Returns

The old value.

Description

Call PSSetCoorSystem() to set your preferred coordinate system between TOP/LEFT and LEFT/TOP when you position objects on the document. You may change the coordinate system at any time.

Arguments

nCoorSystem An integer value representing the coordinate system you want to set.

Constant Value Description
APS_LEFTTOP 0 Left/Top coordinate system
APS_TOPLEFT 1 Top/Left coordinate system