How can I help you?
PdfCompositeField
6 Feb 20261 minute to read
Represents class which can concatenate multiple automatic fields into single string.
Properties
Get automaticFields PdfAutomaticField[]
Gets and sets the list of the field to drawn.
Set automaticFields void
Gets and sets the list of the field to drawn.
Parameters: value: PdfAutomaticField[]
Get text string
Gets and sets the content of the field.
Set text void
Gets and sets the content of the field.
Parameters: value: string
Methods
drawHelper
Draws the page number field.
Returns void
getValue
Return the actual value generated from the list of automatic fields.
Returns string