StartDocumentConversion method (IEPrint)

Visual Basic Example

Visual C++ Example

 

Syntax

short StartDocumentConversion (BSTR pszPrinterName, long lFlags);

Overview

Refer to Document Conversion

Remarks

Sets the printer behavior to append the print jobs into an internal queue.

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

If the StartDocumentConversion method is called with passing 0 for the lFlags parameter, the printer will not show the Save dialog or any user interface to the user. The printer will only append the printed jobs in the internal queue until the EndDocumentConversion method is called.

For more information about the document conversion process, refer to Document Conversion.

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

See Also

Elements:

EndDocumentConversion method, SetPrinterSaveOptions method, SetPrinterMailMessageInfo method, SetPrinterBatchPrintersList method

Topics:

ePrint: Document Conversion

 

Types of Printers