Search
PrintOptions.BkgrImage Property
See Also
 



Gets or sets a value indicating whether to render the flowchart's Picture when printing.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_BkgrImage ()
void put_BkgrImage (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also