RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.MarginBottom Property

Specifies bottom margin.

Pascal
property MarginBottom: Integer;
C++
__property int MarginBottom;

If Options includes psoMargins, MarginBottom is the initial value presented to the user as the bottom margin. If the user clicks the OK button (indicated by Execute returning true), MarginBottom is assigned the bottom margin value specified by the user. 

If the user is entering values in inches, MarginBottom expresses the margin in thousandths of an inch. If the user is entering values in millimeters, MarginBottom expresses the margin in hundredths of a millimeter. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!