LOTUSSCRIPT/COM/OLE CLASSES

RenderToRTItem method
Example

Creates a picture of a document and places it into a rich text item you specify. The picture is created using both the document and its form. Therefore, the form's input translation and validation formulas are executed.

Defined in

NotesDocument

Syntax

flag = notesDocument.RenderToRTItem( notesRichTextItem )

Parameters

notesRichTextItem


Return value

flag


Language cross-reference

renderToRTItem method in Java Document class

Example
See Also