DFGetPrinterResolution - cWinReport2
Determines the printer resolution used in a report
Type: Function
Return Data Type: Integer
Syntax
Function DFGetPrinterResolution Returns Integer
Call Example
Get DFGetPrinterResolution to IntegerVariable
Description
DFGetPrinterResolution returns the printer resolution used in a report. It will be one of the following resolution modes:
| Col 1 | Col 2 |
|---|---|
| DF_RES_HIGH | DF_RES_MEDIUM |
| DF_RES_LOW | DF_RES_DRAFT |
The DFGet and DFSet messages and the WinPrint2 global object.
All of the cWinReport2 DFGet... and DFSet... messages set the state of the global WinPrint2 report object (the WinPrint2 report engine). It is not setting the state of the report object (i.e., these methods are not setting report object properties). Since many reports in an application will use the global WinPrint2 object, you must set and get the state of this object when your report object has control of it. The best place to do this is inside of the Starting_main_report event.
See Also
Return Value
Returns a printer resolution mode