We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb616ce commit 09fc6aeCopy full SHA for 09fc6ae
Images/Unit-conversion-in-image-position/.NET/Unit-conversion-in-image-position/Program.cs
@@ -14,7 +14,7 @@
14
PdfSection section = document.Sections.Add();
15
16
//Initialize unit converter
17
- PdfUnitConvertor converter = new PdfUnitConvertor();
+ PdfUnitConverter converter = new PdfUnitConverter();
18
19
//Convert the image size from pixel to points
20
SizeF size = converter.ConvertFromPixels(image.PhysicalDimension, PdfGraphicsUnit.Pixel);
0 commit comments