Search
PrintOptions.PreviewStrFitPage Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewStrFitPage ()
void put_PreviewStrFitPage (
    BSTR value
)

 Property Value

A string value. The default is "Fit Page".

 See Also