Gets document's background

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Background Background { get; }
Public ReadOnly Property Background As Background
	Get
public:
virtual property Background^ Background {
	Background^ get () sealed;
}
abstract Background : Background with get
override Background : Background with get

Property Value

Background

Implements

IDocument..::..Background

See Also