printNonNative method

Sends a non-HTML document, such as a Microsoft Word document, to the printer.

Syntax

var retval = TemplatePrinter.printNonNative(pMarkup);

Parameters

  • pMarkup [in]
    Type: IUnknown

    A document object that specifies the document to be printed.

Return value

Type: Boolean

Boolean. Returns one of the following values.

Return value Description
true

Document printing was successful.

false

Document printing was not successful.