Orientation Property (IPrintManager) Send Feedback
See Also  Example
Sets the page orientation for printing.

Syntax

Visual Basic 
Property Orientation As dsPrintOrientation_e
C# 
dsPrintOrientation_e Orientation {get; set;}
JavaScript 
get_Orientation () : String
put_Orientation (
   NewVal : String
)
COM native C++ 
HRESULT get_Orientation(
   dsPrintOrientation_e* Val
) 
HRESULT put_Orientation( 
   dsPrintOrientation_e NewVal
C++ 
DSRESULT get_Orientation (
   dsPrintOrientation_e* Val
)
DSRESULT put_Orientation(
   dsPrintOrientation_e NewVal
)

Property Value

Page orientation as defined in dsPrintOrientation_e

Example

See Also

Availability

DraftSight V1R1