VpeSetMinScalePercent

<< Click to Display Table of Contents >>

Navigation:  Management Functions >

VpeSetMinScalePercent

Previous pageReturn to chapter overviewNext page

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

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

void VpeSetMinScalePercent(

VpeHandle hDoc,

int min_scale_percent

)

VpeHandle hDoc

Document Handle

int min_scale_percent

for example: 100 = 1:1        25 = 1:4

Default:

25