ActiveReports 18 .NET Edition
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)
    public static Nullable<ImageHelper.JpegExifOrientation> GetExifOrientation( 
       Stream stream
    )

    Parameters

    stream
    See Also