Search
PrintOptions.Background Property
See Also
 



Gets or sets a value indicating whether to fill the page with the color specified via BackColor.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_Background ()
void put_Background (
    bool value
)

 Property Value

A boolean value. The default is false.

 See Also