type TMPHPrintOptions = class(TPersistent)
![]() | property Flags: TMPHPrintFlags; |
![]() | property MarginBottom: integer; |
![]() | property MarginLeft: integer; |
![]() | property MarginRight: integer; |
![]() | property MarginTop: integer; |
![]() | property PageFooter: string; |
![]() | property PageHeader: string; |
![]() | property Flags: TMPHPrintFlags; |
printing flags:
- pfSelectionOnly: only print data currently selected
- pfSelectionBold: render the current selection using a bold font (if pfSelectionOnly isn't set)
- pfMonochrome: don't use colors, print/preview black on white
- pfUseBackgroundColor: fill the margin rect with the editor's background color (if pfMonochrome isn't set)
- pfCurrentViewOnly: just print the data currently displayed
![]() | property MarginBottom: integer; |
bottom margin in Millimeters
![]() | property MarginLeft: integer; |
left margin in Millimeters
![]() | property MarginRight: integer; |
right margin in Millimeters
![]() | property MarginTop: integer; |
top margin in Millimeters
![]() | property PageFooter: string; |
this line will be rendered on the bottom of the printed page (see PageHeader
)
![]() | property PageHeader: string; |
this line will be rendered on top of the printed page, some characters have special meanings:
- the string may contain three parts separated by a "|" (pipe) character (left|center|right)
- each part knows some special variables:
Translation
Translation