Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / OrientationRaw Property

In This Topic
    OrientationRaw Property
    In This Topic
    Gets or sets the orientation of the image with respect to the rows and columns.

    The value is in raw format as defined in Exif specification.

    Syntax
    'Declaration
     
    Public Property OrientationRaw As System.Nullable(Of UShort)
    public System.Nullable<ushort> OrientationRaw {get; set;}
    See Also