This property sets the background color for a vector image.
[Visual Basic] Public WriteOnly Property
BackgroundPaint As Boolean
[C#] public bool BackgroundPaint {set;}
Property Value
Value | Explanation |
---|---|
True | Sets the background color |
False | Does not set the background color |
Explanation
The BackgroundPaint property sets the background color when saving a vector image. To set the background color, set the appropriate values in the BackgroundBlue, BackgroundGreen, and BackgroundRed properties.