RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.MinMarginRight Property

Specifies minimum right margin.

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

If Options includes psoMinMargins, MinMarginRight is the minimum value the user can enter for the right margin. 

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

 

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