Gets or sets whether to print the drawing in the background.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property PrintInBackground As System.Boolean |
| C# | |
|---|
System.bool PrintInBackground {get; set;} |
| JavaScript | |
|---|
PrintInBackground : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_PrintInBackground(
VARIANT_BOOL
NewVal
)
| C++ | |
|---|
property System.bool PrintInBackground { bool* Val
)
DSRESULTput_PrintInBackground(
bool NewVal
} |
Property Value
True to print the drawing in the background, false to print the drawing in the foreground (see
Remarks)