Skip to content

piYResolution - cPrintDialog

Methods - Properties

Type

Short

Default

0

Arguments

None

Description

Specifies the y-resolution, in dots per inch, of the printer.

Sample

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

    Procedure OnInitializeReport
        Handle hoPrintDialog

        Forward Send OnInitializeReport

        Get phoPrintDialog to hoPrintDialog
        Set piYResolution of hoPrintDialog to 600
    End_Procedure
End_Object