ExifTagGPSInfoGPSLatitudeRef Property

Gets the GPSLatitudeRef EXIF tag.

Description: Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.
Id: 1 (0x0001)
Type: Ascii

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ExifTag GPSLatitudeRef { get; }

Property Value

ExifTag

See Also