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

In This Topic
    GpsProcessingMethodRaw Property
    In This Topic
    Gets or sets the name of the method used for location finding.

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

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