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 Getting Started with Layout API article provides essential information on how to generate PDFs with the API.
Check out the other articles and code samples on the C# PDF generation library page.
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.