static public method ParagraphExtensions.AddPageNumber

Brief

Adds a page number with a custom text and specified font and offset to the paragraph.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  AddPageNumber (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, string customText, uint? offset, Gehtsoft.PDFFlow.Builder.FontBuilder font)

Parameters
paragraph

This ParagraphBuilder.

customText

A custom text.

offset

The numbering offset.

font

The font of the page number and custom text.

Declared in ParagraphExtensions

back