Convert units (like centimeters) to other units (like points).
#Include <PowerPoint.au3>
_PPT_VersionInfo($iValue, $iConversion)
Parameters
$iValue | Int or Float to convert |
$iConversion | Conversion to execute. Can be one of the following: 1 - CentimetersToPoints 2 - InchesToPoints 3 - PicasToPoints 4 - PointsToCentimeters 5 - PointsToInches 6 - PointsToLines 7 - PointsToPicas |
Return Value
Success: Converted value.
Remarks
None.
Related