DOCWRTALTOXMLMEASUREMENTUNIT

typedef enum _DOCWRTALTOXMLMEASUREMENTUNIT 
{ 
   DOCWRTALTOXMLMEASUREMENTUNIT_MM10 = 0, 
   DOCWRTALTOXMLMEASUREMENTUNIT_INCH1200, 
   DOCWRTALTOXMLMEASUREMENTUNIT_DPI, 
   DOCWRTALTOXMLMEASUREMENTUNIT_PIXEL, 
} DOCWRTALTOXMLMEASUREMENTUNIT, *pDOCWRTALTOXMLMEASUREMENTUNIT; 

The DOCWRTALTOXMLMEASUREMENTUNIT enumeration specifies the measurement unit.

Member Description
DOCWRTALTOXMLMEASUREMENTUNIT_MM10 Measurement for ALTO file, in 1/10mm.
DOCWRTALTOXMLMEASUREMENTUNIT_INCH1200 Measurement for ALTO file, in 1/1200inches.
DOCWRTALTOXMLMEASUREMENTUNIT_DPI Measurement for ALTO file, in dots per inch.
DOCWRTALTOXMLMEASUREMENTUNIT_PIXEL Measurement for ALTO file, in pixels.

Use this to set/retrieve the measurement unit in DOCWRTALTOXMLOPTIONS.

All measurement values inside the alto file except fontsize are related to one of these units. The default is 1/10 of mm (MM10)

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help