Table of Contents

Method Text

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Text(Action<TextContainer>)

Adds text.

public void Text(Action<TextContainer> text)

Parameters

text Action<TextContainer>

The text layout.

Exceptions

ArgumentNullException

text is null.

Text(string)

Adds text.

public TextSpan Text(string text)

Parameters

text string

The text to render.

Returns

TextSpan

The text element.

Exceptions

ArgumentNullException

text is null.