LOTUSSCRIPT/COM/OLE CLASSES


Print method
Example

Prints the current document:


Defined in

NotesUIDocument

Syntax

Call notesUIDocument.Print

or

Call notesUIDocument.Print( [ numCopies% [, fromPage% [, toPage% [, draft [, printerName]]]]] )

Parameters

numCopies%


fromPage%
toPage%
draft
printerName
Language cross-reference

FilePrint @command in formula language

FilePageSetup @command in formula language

FilePrintSetup @command in formula language

Example