Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






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:

<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.

Language cross-reference

ConvertNotesBitmapsToGIF property in LotusScript NotesDXLExporter class

Related topics
Exporting and importing DXL




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009