WdPageColor Enum

Definition

Constants that represent background page color in reading mode, returned by and passed to PageColor.

public enum class WdPageColor
[System.Runtime.InteropServices.Guid("D30C2DB8-0EE9-40F9-AB5A-5DF15F3CF2EB")]
public enum WdPageColor
type WdPageColor = 
Public Enum WdPageColor
Inheritance
WdPageColor
Attributes

Fields

wdPageColorInverse 2

Inverse page color. Renders the document content in a manner that resembles high-contrast black, although not necessarily exactly so. Some figures are rendered in full color on a black background.

wdPageColorNone 0

No page color, the default. The page background is rendered in white. Any assigned page background colors are ignored.

wdPageColorSepia 1

Sepia page color, RGB (112, 66, 20) at 80% transparency. Makes no changes to the contents of the document.

Applies to