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

Class TMPHPrintOptions

Unit

MPHexEditorEx

Declaration

type TMPHPrintOptions = class(TPersistent)

Description

print / preview options

Properties

Overview

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

Description

Publishedproperty 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

Publishedproperty MarginBottom: integer;

bottom margin in Millimeters

Publishedproperty MarginLeft: integer;

left margin in Millimeters

Publishedproperty MarginRight: integer;

right margin in Millimeters

Publishedproperty MarginTop: integer;

top margin in Millimeters

Publishedproperty PageFooter: string;

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

Publishedproperty 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.7 on Di 15. Jun 2004 20:02:30