Click or drag to resize

BackgroundType Enumeration

Specifies BackgroundType

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum BackgroundType
Members
Member name Value Description
NoBackground 0 No background fill effect.
Gradient 1 Gradient fill effect.
Picture 2 Picture fill effect.
Texture 3 Texture fill effect.
Color 4 Color fill effect.
See Also