VpeZoomPreview

<< Click to Display Table of Contents >>

Navigation:  Management Functions >

VpeZoomPreview

Previous pageReturn to chapter overviewNext page

[Windows platform only; not supported by the Community Edition]

Zooms a specified rectangle of the current page into the preview.

void VpeZoomPreview(

VpeHandle hDoc,

int left,

int top,

int right,

int bottom

)

VpeHandle hDoc

Document Handle

int left, top, right, bottom

the rectangle of the current page in metric or inch  coordinates

Remarks:

This method requires a visible preview. If the preview is not visible, the method does nothing.