static public method ParagraphExtensions.AddPageCount

Brief

Adds a page count field with a custom text and a specified font to the paragraph and returns the FormattedTextElementBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  AddPageCount (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, int lengthOfNumber, string customText, Gehtsoft.PDFFlow.Builder.FontBuilder font)

Parameters
paragraph

This ParagraphBuilder.

lengthOfNumber

The number of digits in the page count value.

customText

A custom text.

font

The font of the page count and custom text.

Declared in ParagraphExtensions

back