.

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


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