Accusoft.PrintPro8.Net
Orientation Property




Gets and sets whether documents are printed in portrait or landscape mode (if the printer supports this feature).
Syntax
public Orientation Orientation {get; set;}
public: __property Orientation get_Orientation();
public: __property void set_Orientation( 
   Orientation value
);
public:
property Orientation Orientation {
   Orientation get();
   void set (    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.
See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback