Search
PrintOptions.PreviewStrZoomOut Property
See Also
 



Gets or sets the title of the 'ZoomOut' button on the preview window toolbar.

 Syntax

VB6  Copy Code

Public Property Get PreviewStrZoomOut() As String
Public Property Let PreviewStrZoomOut( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_PreviewStrZoomOut ()
void put_PreviewStrZoomOut (
    BSTR value
)

 Property Value

A string value. The default is "Zoom Out".

 See Also