.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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