ConvertNotesBitmapsToGIF (NotesDxlExporter - JavaScript™)
Read-write. Indicates whether bit maps pasted in rich text items should be converted to GIF format.
Defined in
NotesDxlExporterSyntax
getConvertNotesBitmapsToGIF()
: boolean
setConvertNotesBitmapsToGIF(flag:boolean)
: void
Legal value | Description |
---|---|
true |
to convert bit maps |
false (default) |
to leave bit maps in Notes® format |
Usage
Converted bit maps result in the following DXL:<gif orignalformat='notesbitmap'>gif representation</gif>
While
non-converted bit maps are: <notesbitmap>notes representation</notesbitmap>
On
import, GIF files are converted back to Notes® format if the "originalformat" attribute
is present.