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
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -800,7 +800,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
800
800
801
801
## Unit conversion in text layout
802
802
803
-
The [PdfUnitConvertor](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfUnitConvertor.html) class is used to accurately position and layout paragraph text within a PDF document. By converting measurements from inches to points, it ensures consistent margins and precise placement of content.
803
+
The [PdfUnitConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfUnitConvertor.html) class is used to accurately position and layout paragraph text within a PDF document. By converting measurements from inches to points, it ensures consistent margins and precise placement of content.
804
804
805
805
This example demonstrates how to use converted units to accurately position and format paragraph text within a PDF document.
806
806
@@ -819,7 +819,7 @@ using (PdfDocument document = new PdfDocument())
819
819
PdfPage page = document.Pages.Add();
820
820
821
821
// Initialize unit converter
822
-
PdfUnitConvertor converter = new PdfUnitConvertor();
822
+
PdfUnitConverter converter = new PdfUnitConverter();
0 commit comments