piScale - cPrintDialog¶
Type¶
Short
Default¶
0
Arguments¶
None
Description¶
Factor by which the printed output is scaled. Factor is scale/100.
Sample¶
Object oReport is a cDRReport
Set psReportName to 'MyReport.dr'
Procedure OnInitializeReport
Handle hoPrintDialog
Forward Send OnInitializeReport
Get phoPrintDialog to hoPrintDialog
Set piScale of hoPrintDialog to 50
End_Procedure
End_Object