BackgroundMask Property (INote) Send Feedback
See Also  Example
Gets whether to show a background Mask in the Note.

Syntax

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

Property Value

True to show a background Mask in the Note, false to not

Example

See Also

Availability

DraftSight V1R1.1