Gets or sets a value indicating whether the destination point
is east or west longitude.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public Nullable<MetadataModel..::.LongitudeType> DestinationLongitudeDirection { get; set; } |
Visual Basic (Declaration) |
---|
Public Property DestinationLongitudeDirection As Nullable(Of MetadataModel..::.LongitudeType) |
Visual C++ |
---|
public: property Nullable<MetadataModel..::.LongitudeType> DestinationLongitudeDirection { Nullable<MetadataModel..::.LongitudeType> get (); void set (Nullable<MetadataModel..::.LongitudeType> value); } |
Remarks
Handling of null values
A null value indicates, that the corresponding metadata tag is not
present in the metadata model.
Setting this property's value to a non-null reference creates the
metadata tag if necessary.
Setting this property's value to a null reference deletes the
metadata tag from the metadata model.