|
|
|
|
|
<Document variable>.Print (Function) In french: <Variable Document>.Imprime
Warning
From version 24, this function is kept for backward compatibility. It is recommended to use iPrintDoc, which offers more possibilities.
Prints the content of a Document variable in "docx" format. Remark: This function is equivalent to iPrintDoc. MyDocument is Document = "c:\temp\proposal.docx" iDestination(iViewer) MyDocument.Print()
Syntax <Document>: Document or String variable Name of the Document variable whose content must be printed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|