Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
PrintDialog.SetPaperHeight
Sets paper height to use.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PrintDialog | 11.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Deprecated
This function was deprecated. Use PageSetupDialog.SetPaperHeight instead.
MBS( "PrintDialog.SetPaperHeight"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new value. Unit is in 72 dpi. e.g. 10 cm is 10 / 2.54 * 72 = 283 point. |
400 |
Result
Returns OK or error.
Description
Sets paper height to use.If paper width and height are both set, we pass this to the dialog for a custom paper size.
Value is -1 if not set.
Deprecated in favor of PageSetupDialog.SetPaperHeight since FileMaker seems to ignore paper changes in the print dialog.
See also
- PageSetupDialog.SetPaperHeight
- PrintDialog.GetPaperHeight
- PrintDialog.GetPaperName
- PrintDialog.GetPaperWidth
- PrintDialog.SetPaperName
- PrintDialog.SetPaperWidth
This function is free to use.
Created 27th June 2021, last changed 27th June 2021
PrintDialog.SetPageNumberingOffset - PrintDialog.SetPaperName