Leadtools.Documents.Writers Namespace : AltoXmlMeasurementUnit Enumeration |
Leadtools.Documents.Writers.AltoXmlMeasurementUnit = function() { };
Leadtools.Documents.Writers.AltoXmlMeasurementUnit.prototype = {
mm10 = 0,
inch1200 = 1,
dpi = 2,
pixel = 3,
};
Value | Member | Description |
---|---|---|
0 | mm10 | Measurement for ALTO file in 1/10mm. |
1 | inch1200 | Measurement for ALTO file in 1/1200inches. |
2 | dpi | Measurement for ALTO file in dots per inch. |
3 | pixel | 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)