Search
ImageExportOptions.EnableBkgrColor Property
See Also
 



Gets or sets a value indicating whether flowchart's BackColor will be used to fill the background of exported image.

 Syntax

VB6  Copy Code

Public Property Get EnableBkgrColor() As Boolean
Public Property Let EnableBkgrColor( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_EnableBkgrColor ()
void put_EnableBkgrColor (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

If set to false, the background will be filled in white.

 See Also