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 a1c7236 commit d078777Copy full SHA for d078777
Text/Unit-conversion-in-text-layout/.NET/Unit-conversion-in-text-layout/Program.cs
@@ -9,7 +9,7 @@
9
PdfPage page = document.Pages.Add();
10
11
// Initialize unit converter
12
- PdfUnitConvertor converter = new PdfUnitConvertor();
+ PdfUnitConverter converter = new PdfUnitConverter();
13
14
// Convert margins from inches to points
15
float margin = converter.ConvertUnits(1f, PdfGraphicsUnit.Inch, PdfGraphicsUnit.Point);
0 commit comments