LOTUSSCRIPT/COM/OLE CLASSES


OmitRichtextPictures property
Read-write. Specifies whether to omit richtext pictures or graphics that occur within documents.

Note This property is new with Release 8.

Defined in

NotesDXLExporter

Data type

Boolean

Syntax

To get: flag = notesDXLExporter.OmitRichtextPictures

To set: notesDXLExporter.OmitRichtextPictures = flag

Legal values


Usage

Pictures that occur within <imagemap> are not omitted.

Pictures that occur within <attachmentref> are not omitted unless attachments are omitted, using the OmitRichtextAttachments property. Use the PictureOmittedText property to specify replacement text (if desired) for where the <picture> is omitted.

Language cross-reference

OmitRichtextPictures property in Java DXLExporter class

See Also