Gets and sets whether documents are printed in portrait or landscape mode (if the printer supports this feature).
public: __property Orientation get_Orientation();
public: __property void set_Orientation(
Orientation value
);
'Declaration
Public Property Orientation As Orientation
'Usage
Dim instance As Printer
Dim value As Orientation
instance.Orientation = value
value = instance.Orientation
Property Value
An
Orientation enumeration value which determines the orientation documents are printed in.