MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Image Namespace / ImageHelper Class / GetExifOrientation Method

In This Topic
GetExifOrientation Method
In This Topic
Returns Exif orientation of an image, if it is JPEG and has one
Syntax
'Declaration
 
Public Shared Function GetExifOrientation( _
   ByVal stream As Stream _
) As Nullable(Of ImageHelper.JpegExifOrientation)
 

Parameters

stream
See Also