Public Function ProcessRTItem(rtItemSource As NotesRichTextItem) As SwPDFDocument

Converts Notes rich text field to a PDF.

Defined in

SwPDFCreator

Syntax

Set swPDFDocument = swPDFCreator.ProcessRTItem(notesRichTextItem)

Parameters

NotesRichTextItem. Source Notes rich text item that needs to be converted to a PDF.

Return value

SwPDFDocument

Converted Notes rich text field.

Last updated