IMetadataContainer.TrySetMetadata
IMetadataContainer.TrySetMetadata method
Tries to set a metadata instance, if this Image
instance supports and implements IImageMetadataFormat
instance.
public bool TrySetMetadata(IImageMetadataFormat metadata)
Parameter | Type | Description |
---|---|---|
metadata | IImageMetadataFormat | The metadata. |
Return Value
True if metadata is not null and the IMetadataContainer
instance supports and/or implements IImageMetadataFormat
instance; otherwise, false.
See Also
- interface IImageMetadataFormat
- interface IMetadataContainer
- namespace Aspose.Imaging
- assembly Aspose.Imaging