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)
Parameter | Type | Description |
---|---|---|
metadata | IImageMetadataFormat | The metadata. |
Return Value
True, if the Image
instance supports and implements IImageMetadataFormat
type; otherwise, false.
See Also
- interface IImageMetadataFormat
- class Image
- namespace Aspose.Imaging
- assembly Aspose.Imaging