pointToPixel method
pointToPixel(points)
Converts points to pixels at 96 dpi.
pointToPixel(points: number)
Parameter | Type | Description |
---|---|---|
points | number | The value to convert. |
Remarks
1 inch equals 72 points.
pointToPixel(points, resolution)
Converts points to pixels at the specified pixel resolution.
pointToPixel(points: number, resolution: number)
Parameter | Type | Description |
---|---|---|
points | number | The value to convert. |
resolution | number | The dpi (dots per inch) resolution. |
Remarks
1 inch equals 72 points.
See Also
- module Aspose.Words
- class ConvertUtil