Table of Contents

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 class.

public PdfStringLayouter()

Methods

Layout(string, PdfFont, PdfStringFormat, SizeF)

Layouts the text.

public PdfStringLayoutResult Layout(string text, PdfFont font, PdfStringFormat format, SizeF size)

Parameters

text string

String text.

font PdfFont

Font for the text.

format PdfStringFormat

String format.

size SizeF

Bounds of the text.

Returns

PdfStringLayoutResult

Layout result.