Category / Section
How to convert X and Y coordinates to pixels in BoldSign
Published:
1 min read
In BoldSign, coordinates are measured in pixels. To convert values from points to pixels, use the following formula:
Example:
If the value is 50 points:
Pixels = (50 × 96) / 72 ≈ 66.67 px