THotPDF.PointsToInches Method
Converts points to inches
Declaration
function PointsToInches(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
- 用于坐标系换算
- 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