Compartilhar via


PrintOptions.PrintColorType Property

Returns or sets the way the specified document will be printed; in black and white, in pure black and white (also referred to as high contrast), or in color. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property PrintColorType As PpPrintColorType
    Get
    Set
'Usage
Dim instance As PrintOptions
Dim value As PpPrintColorType

value = instance.PrintColorType

instance.PrintColorType = value
PpPrintColorType PrintColorType { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpPrintColorType

Remarks

The value of the PrintColorType property can be one of the following PpPrintColorType constants: (The default value is set by the printer.)

ppPrintBlackAndWhite

ppPrintColor

ppPrintPureBlackAndWhite

See Also

Reference

PrintOptions Interface

PrintOptions Members

Microsoft.Office.Interop.PowerPoint Namespace