Search
PrintOptions.PreviewStrLandscape Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewStrLandscape ()
void put_PreviewStrLandscape (
    BSTR value
)

 Property Value

A string value. The default is "Landscape".

 See Also