Click or drag to resize
ImageMetadata Methods

The ImageMetadata type exposes the following members.

Methods
  NameDescription
Public methodCreateAsync
Creates or replaces metadata for an image.
Public methodDeleteAsync
Deletes a metadata item, by key, for an image.
Public methodUpdateAsync
Creates or replaces one or more metadata items for an image.

Omitted keys are not removed unless overwrite is true.

Top
Extension Methods
  NameDescription
Public Extension MethodCreate
Creates or replaces metadata for an image.
(Defined by ImageMetadataExtensions_v2_1.)
Public Extension MethodDelete
Deletes a metadata item, by key, for an image.
(Defined by ImageMetadataExtensions_v2_1.)
Public Extension MethodUpdate
Creates or replaces one or more metadata items for an image.

Omitted keys are not removed unless overwrite is true.

(Defined by ImageMetadataExtensions_v2_1.)
Top
See Also