View.PageColor Property
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.
Returns and sets the page color in Reading mode. Read-write WdPageColor.
public:
property Microsoft::Office::Interop::Word::WdPageColor PageColor { Microsoft::Office::Interop::Word::WdPageColor get(); void set(Microsoft::Office::Interop::Word::WdPageColor value); };
public Microsoft.Office.Interop.Word.WdPageColor PageColor { get; set; }
member this.PageColor : Microsoft.Office.Interop.Word.WdPageColor with get, set
Public Property PageColor As WdPageColor