static public method ParagraphExtensions.AddPageCountToParagraph

Brief

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

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