Document.DocumentBackground Property
Document Background.Represents the element tag in schema: w:background
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DocumentBackground As DocumentBackground
Get
Set
'Usage
Dim instance As Document
Dim value As DocumentBackground
value = instance.DocumentBackground
instance.DocumentBackground = value
public DocumentBackground DocumentBackground { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.DocumentBackground