Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

PrintDialog.SetPageNumberingOffset

Sets page numbering offset to use.

Component Version macOS Windows Linux Server iOS SDK
PrintDialog 7.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "PrintDialog.SetPageNumberingOffset"; Value )   More

Parameters

Parameter Description Example
Value The new offset to use. 1

Result

Returns OK or error.

Description

Sets page numbering offset to use.
Value -1 means to not change it. Value 0 is for no offset. Other values to start page numbering at given number.

Showing print dialog may reset this!

Examples

Set offset to 5:

MBS( "PrintDialog.SetPageNumberingOffset"; 5 )

See also

Release notes

Blog Entries

This function is free to use.

Created 6th January 2017, last changed 6th January 2017


PrintDialog.SetOption - PrintDialog.SetPaperHeight

💬 Ask a question or report a problem