PrintInverse Property (IPrintManager) Send Feedback
See Also 
Gets or sets whether to reverse the output direction.

Syntax

Visual Basic 
Property PrintInverse As System.Boolean
C# 
System.bool PrintInverse {get; set;}
JavaScript 
get_PrintInverse () : Boolean
put_PrintInverse (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_PrintInverse(
   VARIANT_BOOL* Val
) 
HRESULT put_PrintInverse( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_PrintInverse (
   bool* Val
)
DSRESULT put_PrintInverse(
   bool NewVal
)

Property Value

True to reverse the output direction of the drawing when printed, false to not

See Also

Availability

DraftSight V1R1.1