| 
Document
Background Property
  | 
 Gets document's background
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Background
 
Implements
 
IDocument
Background
 
 
 See Also
See Also