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
text
stringString text.
font
PdfFontFont for the text.
format
PdfStringFormatString format.
size
SizeFBounds of the text.
Returns
- PdfStringLayoutResult
Layout result.