ImageMetadataReader.GetReader
Contents
[
Hide
]GetReader(string)
Creates a reader instance for EXIF tags
public static ImageMetadataReader GetReader(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | Full name of the image file. |
Return Value
Metadata reader instance
Remarks
The image file will be locked for changes until the reader’s Dispose is executed.
See Also
- class ImageMetadataReader
- namespace Aspose.Gis.ImageMetadata
- assembly Aspose.GIS
GetReader(Stream)
Creates a reader instance for EXIF tags
public static ImageMetadataReader GetReader(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Image data source stream |
Return Value
Metadata reader instance
Remarks
It is important not to close the source stream until the reader’s Dispose is executed.
See Also
- class ImageMetadataReader
- namespace Aspose.Gis.ImageMetadata
- assembly Aspose.GIS