SelectImageResources (NotesNoteCollection - LotusScript®)
Read-write. Indicates whether the collection contains notes for image resources.
Defined in
Data type
Boolean
Syntax
To get: flag = notesNoteCollection .SelectImageResources
To set: notesNoteCollection .SelectImageResources = flag
Legal values
- True indicates inclusion of image resources.
- False indicates exclusion of image resources.
Usage
The following methods set this property:
- CreateNoteCollection in NotesDatabase
- SelectAllFormatElements
- SelectAllDesignElements
- SelectAllNotes