EndDocumentConversion method (IEPrint)

Visual Basic Example

Visual C++ Example

 

Syntax

short EndDocumentConversion (BSTR pszPrinterName, long lFlags);

Overview

Refer to Document Conversion.

Remarks

Stops the printer appending the print jobs into an internal queue and processes them all.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

Before calling this method, the user must set the printer behavior to append the print jobs into the internal queue, by calling the StartDocumentConversion method.

This function will process all the print jobs spooled to the internal queue since the last call to the StartDocumentConversion method.

This method will use the current save, email, and batch print options.

This method works only for printers of types PRINTER_NORMAL and PRINTER_OEM_NORMAL.

See Also

Elements:

StartDocumentConversion method, SetPrinterSaveOptions method, SetPrinterMailMessageInfo method, SetPrinterBatchPrintersList method

Topics:

ePrint: Document Conversion

 

Types of Printers