ImageProperties 1.0 control documentation

Returns IEnumerator object that allows to iterate through all properties of the image.

[Visual�Basic]
NotOverridable�Public�Function�GetEnumerator()�As�IEnumerator�_
����Implements�IEnumerable.GetEnumerator
[C#]
public�IEnumerator�GetEnumerator();

Return Value

IEnumerator object.

Implements

IEnumerable.GetEnumerator

Remarks

Returns an object that implements the IEnumerator interface and that can iterate through the ImagePropertyItem objects within the collection.

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace