Search
PrintOptions.Images Property
See Also
 



Gets or sets a value indicating whether to print the node images.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_Images ()
void put_Images (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also