PpPrintColorType Enumeration

Specifies 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.

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

Syntax

'Declaration
<GuidAttribute("901438D1-D781-49CA-AECA-83D6FC958D6A")> _
Public Enumeration PpPrintColorType
'Usage
Dim instance As PpPrintColorType
[GuidAttribute("901438D1-D781-49CA-AECA-83D6FC958D6A")]
public enum PpPrintColorType

Members

Member name Description
ppPrintColor In color.
ppPrintBlackAndWhite In black and white.
ppPrintPureBlackAndWhite In pure black and white (high contrast).

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace