DOCWRTALTOXMLMEASUREMENTUNIT

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

The DOCWRTALTOXMLMEASUREMENTUNIT enumeration specifies the measurement unit.

Members

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help