A newer version of this page is available.
Switch to the current version.
EditingFieldExtensionsWin.RegisterImageCollectionEditor Method
Name | Parameters | Description |
---|---|---|
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>) | name, displayName, images | Registers an image editor with a collection of predefined named images to be used for changing image content in Print Preview. |
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>, Boolean, Boolean) | name, displayName, images, searchEnabled, sizeOptionsEnabled | Registers an image editor with a filterable collection of predefined named images to be used for changing image content in Print Preview. |
RegisterImageCollectionEditor(String, String, IEnumerable<Image>) | name, displayName, images | Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview. |
RegisterImageCollectionEditor(String, String, IEnumerable<Image>, Boolean) | name, displayName, images, sizeOptionsEnabled | Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview. |
Feedback