Go to the source code of this file.
◆ PDFTOOLS_CALL
◆ PdfToolsGeomUnits_Length_ConvertTo_inch()
Convert point to inch.
Helper function for the conversion between units.
- Parameters
-
[in] | dLength | Length in point that is subject to conversion. |
- Returns
- Length in inch.
◆ PdfToolsGeomUnits_Length_ConvertTo_mm()
Convert point to millimetre.
Helper function for the conversion between units.
- Parameters
-
[in] | dLength | Length in point that is subject to conversion. |
- Returns
- Length in millimetre.
◆ PdfToolsGeomUnits_Length_CreateFrom_inch()
Convert inch to point.
Helper function for the conversion between units.
- Parameters
-
[in] | dInches | Length in inch that is subject to conversion. |
- Returns
- Length in point.
◆ PdfToolsGeomUnits_Length_CreateFrom_mm()
Convert millimetre to point.
Helper function for the conversion between units.
- Parameters
-
[in] | dMillimetres | Length in millimetre that is subject to conversion. |
- Returns
- Length in point.