Image.TrySetMetadata

Image.TrySetMetadata method

Tries to set a metadata instance, if this Image instance supports and implements IImageMetadataFormat type.

public virtual bool TrySetMetadata(IImageMetadataFormat metadata)
ParameterTypeDescription
metadataIImageMetadataFormatThe metadata.

Return Value

True, if the Image instance supports and implements IImageMetadataFormat type; otherwise, false.

See Also