Class PdfStringLayouter
- Namespace
- Syncfusion.Pdf.Graphics
- Assembly
- Syncfusion.Pdf.Portable.dll
Class lay outing the text.
public class PdfStringLayouter
- Inheritance
-
PdfStringLayouter
- Inherited Members
Constructors
PdfStringLayouter()
Initializes a new instance of the
public PdfStringLayouter()
Methods
Layout(string, PdfFont, PdfStringFormat, SizeF)
Layouts the text.
public PdfStringLayoutResult Layout(string text, PdfFont font, PdfStringFormat format, SizeF size)
Parameters
textstringString text.
fontPdfFontFont for the text.
formatPdfStringFormatString format.
sizeSizeFBounds of the text.
Returns
- PdfStringLayoutResult
Layout result.