Image.PropertyItems

Image.PropertyItems property

Gets all the property items (pieces of metadata) stored in this Image.

public abstract PropertyItem[] PropertyItems { get; }

Return Value

An array of PropertyItem objects, one for each property item stored in the image.

See Also