Units
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TMPHPrintOptions

Unit

MPHexEditorEx

Declaration

type TMPHPrintOptions = class()

Description

print / preview options

Properties

Overview

Private property Flags: TMPHPrintFlags;
Private property MarginBottom: integer;
Private property MarginLeft: integer;
Private property MarginRight: integer;
Private property MarginTop: integer;
Private property PageFooter: string;
Private property PageHeader: string;

Description

Private 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)

Private property MarginBottom: integer;

bottom margin in Millimeters

Private property MarginLeft: integer;

left margin in Millimeters

Private property MarginRight: integer;

right margin in Millimeters

Private property MarginTop: integer;

top margin in Millimeters

Private property PageFooter: string;

this line will be rendered on the bottom of the printed page (see PageHeader)

Private 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:


Generated by DIPasDoc 0.8.0 on Fri 25 Oct 2002 15:50:00