VpeSetMinScale

<< Click to Display Table of Contents >>

Navigation:  Management Functions >

VpeSetMinScale

Previous pageReturn to chapter overviewNext page

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

Specifies the minimum possible preview scale factor that can be set by the user. MinScale may not be less than 0.25 ( = 25 %).

void VpeSetMinScale(

VpeHandle hDoc,

double min_scale

)

VpeHandle hDoc

Document Handle

double min_scale

for example: 1.0 = 1:1        0.25 = 1:4

Default:

0.25