public interface IMetadataContainer extends IHasExifData, IHasXmpData
Image metadata container interface.
| Modifier and Type | Method and Description |
|---|---|
boolean |
trySetMetadata(IImageMetadataFormat metadata)
Tries to set a
metadata instance, if this Image instance supports and implements IImageMetadataFormat instance. |
getExifData, setExifDatagetXmpData, setXmpDataboolean trySetMetadata(IImageMetadataFormat metadata)
Tries to set a metadata instance, if this Image instance supports and implements IImageMetadataFormat instance.
metadata - The metadata.metadata is not null and the IMetadataContainer instance
supports and/or implements IImageMetadataFormat instance; otherwise, false.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.