Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.