TGrPrintOption Enumeration

Represents type TGrPrintOption.

Namespace: Graph
type
 TGrPrintOption = (poPageCenter, poKeepAspectRatio, poStretchToPage, poShowPrintDialog);

The TGrPrintOption type exposes the following members.

Show:
 NameDescription
poKeepAspectRatio

Represents constant poKeepAspectRatio.

poPageCenter

Represents constant poPageCenter.

poShowPrintDialog

Represents constant poShowPrintDialog.

poStretchToPage

Represents constant poStretchToPage.

Top

Reference