Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- Version 7.0
Blog Entries
This function is free to use.
Created 6th January 2017, last changed 6th January 2017