You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for PageDimensions ctor describes the scalingFactor as
Page scaling PPI factor
However, it seems to be incorrect, based on my experimentations, it is pixels per point factor, where 72 points is equal to one inch.
Example: I want 300 pixels per inch = scaling factor should be 300/72 ~ 4.1666666
Could it be changed to something like?
Page scaling factor in pixels-per-point. Convert PPI to scaling factor as PPI/72.
The text was updated successfully, but these errors were encountered:
Incorrect scalingFactor documentation
The documentation for PageDimensions ctor describes the
scalingFactor
asHowever, it seems to be incorrect, based on my experimentations, it is pixels per point factor, where 72 points is equal to one inch.
Example: I want 300 pixels per inch = scaling factor should be 300/72 ~ 4.1666666
Could it be changed to something like?
The text was updated successfully, but these errors were encountered: