THotPDF.PointsToMM Method
Converts points to millimetres (MM)
Declaration
function PointsToMM(Points: Single): Single;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
Points | Reference document or type definition |
Return value
Returns the execution result or obtained data
Usage notes
- 常用于坐标系换算,1英寸=72磅=25.4毫米
- Ensure that the document object has been correctly initialised or loaded before calling this method
- For details, please refer to the relevant examples or class descriptions