Printing Bitmap Using GDI plus

For an optimized and fast printing, the user can use LPrint::PrintGDIPlus function that uses GDI+ library to print bitmap. It will produce smaller spooler file size and that increases the speed of the printing over network.

The GDI+ library should be installed to the system before using this function else we will have the ERROR_FEATURE_NOT_SUPPORTED error code.