ImageProperties 1.0 control documentation

ImageProperties overview

Public Instance Constructors

ImageProperties Overloaded. Initializes a new instance of the ImageProperties class.

Public Instance Properties

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.

Public Instance Methods

AddOverloaded. 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.
GetEnumeratorReturns 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.
IndexOfDetermines the index of property with specified id in collection.
RemoveAtRemoves property at the specified index in the collection and from image.
RemoveItemByIdRemoves property with the specified id from collection and from image.
ToString Returns the string representation of the object.

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace