Search
PrintOptions.PreviewStrZoomIn Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewStrZoomIn ()
void put_PreviewStrZoomIn (
    BSTR value
)

 Property Value

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

 See Also