ImageProperties
|
Overloaded. Initializes a new instance of the ImageProperties class. |
Count | Gets a value indicating the number of properties in the collection. |
Image | Gets an Image object which was passed to ImageProperties constructor or created from passed image path. |
Item | Gets an individual ImagePropertyItem object from the collection by the specified numerical index. |
Supported | Gets a value that indicates whether the file supports properties or not. |
Add | Overloaded. Adds new property to Image. |
Dispose | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GetEnumerator | Returns IEnumerator object that allows to iterate through all properties of the image. |
GetHashCode | Returns the hash code for this instance. |
GetItemById | Gets an individual ImagePropertyItem object from the collection by the specified property id. |
IndexOf | Determines the index of property with specified id in collection. |
RemoveAt | Removes property at the specified index in the collection and from image. |
RemoveItemById | Removes property with the specified id from collection and from image. |
ToString | Returns the string representation of the object. |
ImageProperties Class | ElementIT.ImageProperties Namespace