The resolution (Dots per inch) of the SVG document.
The resolution is not part of the SVG standard. It is required by LEADTOOLS to convert pixel bounds to any logical units. Currently, LEADTOOLS saves this value in custom dpiX
and dpiY
attributes in the root svg
element.
This property is set to the calculated resolution (dots per inch) of the document by SvgDocument.CalculateBounds.
For an example, refer to SvgDocument.