Search
PrintOptions.PreviewStrPortrait Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
BSTR get_PreviewStrPortrait ()
void put_PreviewStrPortrait (
    BSTR value
)

 Property Value

A string value. The default is "Portrait".

 See Also