WdPageColor Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
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. |