2024 April Release

Struct FSCPDFGEN@1.1001:PageNumberingDefinition Permanent link for this heading

Defines the layout of the page numbering.

Properties Permanent link for this heading

Type

Property

Name

Alignment

pagenumalignment

Alignment

integer

pagenumfontcolor

Font Color

string(64)

pagenumfontname

Font Name

integer

pagenumfontsize

Font Size

string

pagenumformat

Format String

integer

pagenumstartvalue

Page Numbering Starts with

integer

pagenumxpospercent

Distance From the Left Margin (in Per Mille)

integer

pagenumypospercent

Distance From the Bottom Margin (in Per Mille)

Properties Permanent link for this heading


Alignment (FSCPDFGEN@1.1001:pagenumalignment) Permanent link for this heading

Defines the alignment of the page numbering stamp.

Alignment FSCPDFGEN@1.1001:pagenumalignment


Font Color (FSCPDFGEN@1.1001:pagenumfontcolor) Permanent link for this heading

RGB color value of the font.

unsigned integer FSCPDFGEN@1.1001:pagenumfontcolor


Font Name (FSCPDFGEN@1.1001:pagenumfontname) Permanent link for this heading

Name of the font, for example "Helvetica".

string(64) FSCPDFGEN@1.1001:pagenumfontname not null


Font Size (FSCPDFGEN@1.1001:pagenumfontsize) Permanent link for this heading

Size of the font.

unsigned integer FSCPDFGEN@1.1001:pagenumfontsize


Format String (FSCPDFGEN@1.1001:pagenumformat) Permanent link for this heading

Format string for the page number stamp. The special place holder "<~PAGE~>" will be substituted by the current page number, "<~PAGECOUNT~>" will be substituted by the total number of pages. Example format string: "Page <~PAGE~> from <~PAGECOUNT~>".

string FSCPDFGEN@1.1001:pagenumformat not null


Page Numbering Starts with (FSCPDFGEN@1.1001:pagenumstartvalue) Permanent link for this heading

Page number to start with.

unsigned integer FSCPDFGEN@1.1001:pagenumstartvalue


Distance From the Left Margin (in Per Mille) (FSCPDFGEN@1.1001:pagenumxpospercent) Permanent link for this heading

Horizontal position of the page stamp in per mille. The range of the integer value is from 0 to 1000 specifying one-tenth of a percent. Starting point is the left bottom corner.

unsigned integer FSCPDFGEN@1.1001:pagenumxpospercent


Distance From the Bottom Margin (in Per Mille) (FSCPDFGEN@1.1001:pagenumypospercent) Permanent link for this heading

Vertical position of the page stamp in per mille. The range of the integer value is from 0 to 1000 specifying one-tenth of a percent. Starting point is the left bottom corner.

unsigned integer FSCPDFGEN@1.1001:pagenumypospercent