Члены типа WebImageCollectionJS Class
В этом разделе
В следующих таблицах перечислены элементы, предоставляемые
WebImageCollectionJS.
Публичные Конструкторы
Методы
| Имя | Описание |
| add | Adds an image to the end of the collection. |
| addFile | Overloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
| addFiles | Overloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. |
| addRange | Overloaded. Adds images to the end of the collection. |
| clear | Clears the collection. |
| get_Count | Gets the number of images contained in the collection. |
| getImage | Returns an image. |
| getImageFilesInfos | Overloaded. Sends an asynchronous request to a server and gets information about images, which are stored in files on server. |
| indexOf | Gets the index of the specified WebImageJS object. |
| insert | Inserts an image into collection at the specified index. |
| insertRange | Overloaded. Inserts images into collection at the specified index. |
| moveRange | Removes images at specified indexes and inserts them at specified index. |
| openFile | Overloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
| openFiles | Overloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and clears the image collection and adds images to the image collection. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
| remove | Removes specified image from the collection. |
| removeAt | Removes specified image from the collection. |
| removeImages | Removes the specified images from the collection. |
| removeRange | Removes the specified images from the collection. |
| set | Sets information about the specified image. |
| setDecodingSettings | Overloaded. Sets the default decoding settings for all images from this collection. |
| setRenderingSettings | Sets the rendering settings for all images from this collection. |
| swap | Swaps the specified images in the collection. |
| toArray | Returns the collection as array of WebImageJS objects. |
События
| Имя | Описание |
| changed | Occurs when image collection is changed. |
| changing | Occurs when image collection is changing. |
Смотрите также