Backwards Property (ISimpleNote) Send Feedback
See Also 
Gets or sets whether a mirror image of the SimpleNote text is displayed.

Syntax

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

Property Value

True if a mirror image of the SimpleNote text is displayed, false if not

See Also

Availability

DraftSight V1R1.1