Name refactoring

This commit is contained in:
Marcin Ziąbek
2023-05-12 00:48:16 +02:00
parent 461dcde141
commit 6b1de07caa
6 changed files with 7 additions and 7 deletions
@@ -28,7 +28,7 @@ namespace QuestPDF.Examples.Engine
{
return new DocumentSettings()
{
RasterDpi = PageSizes.PointsPerInch * ImageScalingFactor
ImageRasterDpi = PageSizes.PointsPerInch * ImageScalingFactor
};
}