static public method ParagraphExtensions.AddPageCount

Brief

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

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

Parameters
paragraph

This ParagraphBuilder.

lengthOfNumber

The number of digits in the page count value.

customText

A custom text.

Declared in ParagraphExtensions

back