Search
PrintOptions.Shadows Property
See Also
 



Gets or sets a value indicating whether to print the shadows of diagram items.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_Shadows ()
void put_Shadows (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also