Search
PrintPreview.SetWindowRect Method
See Also
 



Moves the preview window to the specified location.

 Syntax

VB6  Copy Code

Public Sub SetWindowRect( _
    ByVal left As Long, _
    ByVal top As Long, _
    ByVal width As Long, _
    ByVal height As Long _
)

C++  Copy Code

public:
void SetWindowRect (
    int left,
    int top,
    int width,
    int height
)

 Parameters

left
The horizontal position of the preview window.
top
The vertical position of the preview window.
width
The width of the preview window.
height
The height of the preview window.

 See Also