PrintInBackground Property (IPrintManager) Send Feedback
See Also 
Gets or sets whether to print the drawing in the background.

Syntax

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

Property Value

True to print the drawing in the background, false to print the drawing in the foreground

Remarks

If this property is set to true, then you can continue to work in a drawing while the drawing is printing; otherwise, you must wait for the drawing to print before you can resume working on it.

See Also

Availability

DraftSight V1R1.1