<< Click to Display Table of Contents >> VpeSetRulersMeasure |
[Windows platform only]
Sets the measurement for the rulers. This does not affect the coordinate system of the API. To change the coordinate system of the API, use VpeSetUnitTransformation().
void VpeSetRulersMeasure(
VpeHandle hDoc,
int rulers_measure
)
VpeHandle hDoc
Document Handle
int rulers_measure
possible values are:
Value |
Description |
CM |
0: rulers are shown in metric units |
INCH |
1: rulers are shown in inch units |
Default:
CM