ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.EXIF Namespace / ImGearEXIFGPSMetadata Class / LatitudeReference Property




In This Topic
    LatitudeReference Property
    In This Topic
    Gets or sets LatitudeReference Tag value.
    Syntax
    'Declaration
     
    Public Property LatitudeReference As Nullable(Of ImGearEXIFGPSLatitudeReference)
    'Usage
     
    Dim instance As ImGearEXIFGPSMetadata
    Dim value As Nullable(Of ImGearEXIFGPSLatitudeReference)
     
    instance.LatitudeReference = value
     
    value = instance.LatitudeReference
    public Nullable<ImGearEXIFGPSLatitudeReference> LatitudeReference {get; set;}
    public: __property Nullable<ImGearEXIFGPSLatitudeReference> get_LatitudeReference();
    public: __property void set_LatitudeReference( 
       Nullable<ImGearEXIFGPSLatitudeReference> value
    );
    public:
    property Nullable<ImGearEXIFGPSLatitudeReference> LatitudeReference {
       Nullable<ImGearEXIFGPSLatitudeReference> get();
       void set (    Nullable<ImGearEXIFGPSLatitudeReference> value);
    }

    Property Value

    Nullable (boxed) ImGearEXIFGPSLatitudeReference enumeration value.
    Remarks
    This property accesses the GPSLatitudeRef tag. The tag indicates whether the latitude is north or south latitude.
    See Also