WdPageColor enumeration (Word)
Specifies the background page color in reading mode, returned by and passed to View.PageColor.
Name | Value | Description |
---|---|---|
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. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.