static public method ParagraphExtensions.AddPageNumberToParagraph

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddPageNumberToParagraph (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