Bitmap.Tag

Bitmap.Tag property

Gets or sets an object that provides additional data about the image.

public object Tag { get; set; }

Return Value

The Object that provides additional data about the image.

See Also