D1145: Print Control DPI Incorrect
Direct2D Print: PRINT_CONTROL_PROPERTIES.rasterDPI value is invalid.
Possible Causes
During creation of a print control, this message indicates that the application specified an invalid DPI; in particular, a DPI of less than 1.0. While Direct2D does not consider this to be an error, Direct2D Print will behave as if the application specified a DPI of 150.0.
Possible Fixes
To address this message, use a DPI of 1.0 or greater while creating a print control.