IMetadataContainer Class
Summary: Image metadata container interface.
Module: aspose.imaging
Full Name: aspose.imaging.IMetadataContainer
Methods
| Name | Description |
|---|---|
| try_set_metadata(metadata) | Tries to set a metadata instance, if this Image instance supports and implements IImageMetadataFormat instance. |
Method: try_set_metadata(metadata)
try_set_metadata(metadata)
Tries to set a metadata instance, if this Image instance supports and implements IImageMetadataFormat instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| metadata | IImageMetadataFormat | The metadata. |
Returns
| Type | Description |
|---|---|
| bool | True if metadata is not null and the IMetadataContainer instance supports and/or implements IImageMetadataFormat instance; otherwise, false. |