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

Class TMPHPrintOptions

Unit

MPHexEditorEx

Declaration

type TMPHPrintOptions = class(TPersistent)

Description

print / preview options

Properties

Overview

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

Description

Published 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

Published property MarginBottom: integer;

bottom margin in Millimeters

Published property MarginLeft: integer;

left margin in Millimeters

Published property MarginRight: integer;

right margin in Millimeters

Published property MarginTop: integer;

top margin in Millimeters

Published property PageFooter: string;

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

Published 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.6 on Mi 10. Sep 2003 19:43:56