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

In This Topic
    GpsLongitudeRefRaw Property
    In This Topic
    Gets or sets a value indicating whether the longitude is east or west longitude.

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

    Syntax
    'Declaration
     
    Public Property GpsLongitudeRefRaw As System.String
    public System.string GpsLongitudeRefRaw {get; set;}
    See Also