|
|
OrientOkay
Determines whether the orientation of the current printer can be changed. In Visual Basic many properties of the Printer object cannot be changed. This property returns a boolean value indicating whether the current Printer's page Width and Height change when the Orientation is changed.
Syntax Object.OrientOkay
Return Value Boolean
Notes True: The printer's Orientation can be changed.
False: Changing the printer's Orientation has no effect.
See Also: ChoosePrinter
|