Property DisplayBackgroundShape
DisplayBackgroundShape
Gets or sets whether the document background is painted (w:displayBackgroundShape), or null. Word stores the background colour on w:document/w:background but only shows it when this flag is on, so both are required before anything is drawn.
public bool? DisplayBackgroundShape { get; set; }
Property Value
- bool?