The ImageCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(String, Stream) |
Adds an image to the text area. It can be referenced from the HTML content using the key used as filename.
| |
| Add(String, Image, ImageFormat) | Obsolete.
Adds an image to the text area. It can be referenced from the HTML content using the key used as filename.
| |
| Contains |
Gets a value indicating whether the collection contains an image specified by key.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes the image with the specified key.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetImage(String, Image) | Obsolete.
Tries to get the image with the specified key.
| |
| TryGetImage(String, Stream) |
Tries to get the image with the specified key.
|
Explicit Interface Implementations
See Also