static public method ParagraphExtensions.AddPageNumberToParagraph

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddPageNumberToParagraph (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, string customText = "", uint? offset = null)

Parameters
paragraph

This ParagraphBuilder.

customText

A custom text.

offset

The numbering offset.

Details

You can set the number of the first page from which the page numbering should start in a section using the SectionBuilder.SetPageNumberStart method.

Declared in ParagraphExtensions

back