Table of Contents

Class TextSpan

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

An inline text.

public class TextSpan
Inheritance
TextSpan
Inherited Members

Remarks

The .NET PDF generator article provides essential information on how to generate PDFs with the API.

Methods

BackgroundColor(PdfColor, int)

Sets the background color and opacity.

FontColor(PdfColor, int)

Sets the font color.

FontSize(double)

Sets the font size.

Style(TextStyle)

Sets the text style.

Style(Func<Typography, TextStyle>)

Sets the text style.