TSRVPageProperty.PrintableAreaPen |
Top Previous Next |
|
This pen is used for drawing a rectangle around the printable area on the page. type TSRVPAPen = class (TPen)
property PrintableAreaPen : TSRVPAPen; Printer cannot print beyond the area shown on this rectangle, see WinAPI function GetDeviceCaps, PHYSICAL*** constants. This property is similar to the property of TRVPrintPreview of the same name. Default value: Color=clRed, Style=psClear (rectangle is invisible) |