| property MarginBottom: double; |
| These properties return or set the current margin settings. Margins have no direct effect on printing other than providing values to reset the current section when a new page is generated or when ResetSection is called. Changing a margin setting will change the same section setting to the same measurement. |
| // This code shows how to set these properties. Also see PrintFooter |
| rp1->MarginBottom := 1.0;
|
|