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

In This Topic
    GpsAreaInformationRaw Property
    In This Topic
    Gets or sets the name of the GPS area.

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

    Syntax
    'Declaration
     
    Public Property GpsAreaInformationRaw As System.Byte()
    public System.byte[] GpsAreaInformationRaw {get; set;}
    See Also