PrintInfo Reference > PrintInfo Properties > SettingsMarginBottom Property (PrintInfo) |
This property provides access to the bottom margin in the print Settings blob, allowing you to control the margin setting (in twips) at the bottom of the page.
PrintInfo.SettingsMarginBottom= long
Read/Write at run time. Not available at design time.
The following code will result in a one-inch margin at the bottom of the printed page:
TDBGrid1.PrintInfo.SettingsMarginBottom = 1440