Skip to content

peTTOption - cPrintDialog

Methods - Properties

Type

Short

Default

0

Arguments

None

Description

Specifies how TrueType fonts should be printed. Use one of the predefined DMTT_* constants.

Sample

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'

    Procedure OnInitializeReport
        Handle hoPrintDialog

        Forward Send OnInitializeReport

        Get phoPrintDialog to hoPrintDialog
        Set peTTOptions of hoPrintDialog to DMTT_SUBDEV
    End_Procedure
End_Object