PrintOptions.PrintInBackground Property
Determines whether the specified presentation is printed in the background. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property PrintInBackground As MsoTriState
Get
Set
'Usage
Dim instance As PrintOptions
Dim value As MsoTriState
value = instance.PrintInBackground
instance.PrintInBackground = value
MsoTriState PrintInBackground { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the PrintInBackground property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
The specified presentation is not printed in the background. |
|
The default. The specified presentation is printed in the background, which means that you can continue to work while it is being printed. |