Class TextPageNumber
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
A page number element.
public sealed class TextPageNumber
- Inheritance
-
TextPageNumber
- 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.
- Format(PageNumberFormatter)
Sets the page number formatter.
- Style(TextStyle)
Sets the text style.
- Style(Func<Typography, TextStyle>)
Sets the text style.