Specifies the measurement unit.
lt.Documents.Writers.AltoXmlMeasurementUnit = {
mm10: 0,
Inch1200: 1,
Dpi: 2,
Pixel: 3
}
lt.Documents.Writers.AltoXmlMeasurementUnit = {
mm10: 0,
Inch1200: 1,
Dpi: 2,
Pixel: 3
}
Members
0 | mm10 |
(0) Measurement for ALTO file in 1/10mm. |
1 | Inch1200 |
(1) Measurement for ALTO file in 1/1200inches. |
2 | Dpi |
(2) Measurement for ALTO file in dots per inch. |
3 | Pixel |
(3) Measurement for ALTO file in pixels. |
Use this option to set/retrieve the measurement unit in AltoXmlDocumentOptions. 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