.

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

JAVA/CORBA CLASSES


ConvertNotesBitmapsToGIF property
Read-write. Indicates whether bit maps pasted in rich text items should be converted to GIF format.

Defined in

DxlExporter

Data type

boolean

Syntax

public boolean getConvertNotesBitmapsToGIF()
   throws NotesException

public void setConvertNotesBitmapsToGIF(boolean flag)
   throws NotesException

Legal values


Usage

Converted bit maps result in the following DXL:


While non-converted bit maps are:
On import, GIF files are converted back to Notes format if the "originalformat" attribute is present.

Language cross-reference

ConvertNotesBitmapsToGIF property in LotusScript NotesDXLExporter class

See Also