Search
PrintOptions.PreviewStrPrevPage Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewStrPrevPage ()
void put_PreviewStrPrevPage (
    BSTR value
)

 Property Value

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

 See Also