ImageMetadataReader.TryGetImageSize
ImageMetadataReader.TryGetImageSize method
It tries to find EXIF set of tags ImageWidth and ImageHeight, if the tags does not presented it returns null
public bool TryGetImageSize(out ImageSize imageSize)
Parameter | Type | Description |
---|---|---|
imageSize | ImageSize& | Size of the image. |
Return Value
True if successful
See Also
- class ImageSize
- class ImageMetadataReader
- namespace Aspose.Gis.ImageMetadata
- assembly Aspose.GIS