TCustomRichView.BottomMargin

<< Click to display table of contents >>

TCustomRichView.BottomMargin

Bottom margin of document

property BottomMargin: TRVPixelLength;

This value is measured in “standard” pixels, 1 “standard” pixel = 1/Style.UnitsPerInch of an inch. When drawing or a device (screen or printer), this value is recalculated according to the device DPI (dots per inch) value.

In TRichViewEdit, you can change this property as an editing operation, see TRichViewEdit.SetIntPropertyEd.

See also properties:

LeftMargin;

RightMargin;

TopMargin.

See also properties of TRVPrint:

Margins.

See also:

Additional information about horizontal scrolling, margins, indents, etc.