Field AssumedPixelsPerInch
The resolution an image is assumed to have been authored at when its size is converted to a physical measure: 96 pixels per inch.
public const int AssumedPixelsPerInch = 96
Returns
- int
- The resolution an image is assumed to have been authored at when its size is converted to a physical measure: 96 pixels per inch.
Remarks
Any resolution the file itself declares — PNG's pHYs chunk, JPEG's JFIF density —
is deliberately ignored. Measured against Microsoft's report engine (Phase 54e,
image-sizing-autosize): the same 120×60 image declaring no resolution, 96 dpi
and 300 dpi draws at 90×45 points in all three cases. DocWright.Composition
has sized images by the same rule since Phase 30.