DOCWRTALTOXMLMEASUREMENTUNIT

Summary

The DOCWRTALTOXMLMEASUREMENTUNIT enumeration specifies the measurement unit.

Syntax

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

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.

Comments

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

Usage

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.