Search
ImageExportOptions.EnableBkgrImage Property
See Also
 



Gets or sets a value indicating whether flowchart's Picture will be rendered in the exported image.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableBkgrImage ()
void put_EnableBkgrImage (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also