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)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET