GetOrientation

Description         Returns the value of the dmOrientation member of the DevMode. Represents the value of the 'Orientation' radio button.

Syntax                 RetVal = [BIAdvPrn.]GetOrientation  pDevMode

Returns               RetVal                    Integer             Orientation: if the value is 1 the orientation is Portrait, if the value is 2: the orientation is Landscape

Remarks             pDevMode             DEVMODE*  Pointer to the DEVMODE structure.

See Also