|
TCustomRVPrintPreview.MarginsPen |
Top Previous Next |
|
This pen is used for drawing rectangle around the document area on the page preview. property MarginsPen: TRVMarginsPen; By default, MarginsPen.Style=psClear, so the rectangle is invisible: type TRVMarginsPen = class (TPen) property Style default psClear; property Color default clSilver; end; See also properties: See also properties of TRVPrint: See also:
|