Search
PrintOptions.PageOrientation Property
See Also
 



Gets or sets the orientation of printed pages and that of the print-preview window.

 Syntax

VB6  Copy Code

Public Property Get PageOrientation() As EPageOrientation
Public Property Let PageOrientation( _
    ByVal Value As EPageOrientation _
)

C++  Copy Code

public:
EPageOrientation get_PageOrientation ()
void put_PageOrientation (
    EPageOrientation value
)

 Property Value

A member of the EPageOrientation orientation. The default is poUseDefault.

 See Also