共用方式為


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

msoFalse

The specified presentation is not printed in the background.

msoTrue

The default. The specified presentation is printed in the background, which means that you can continue to work while it is being printed.

See Also

Reference

PrintOptions Interface

PrintOptions Members

Microsoft.Office.Interop.PowerPoint Namespace