This document is archived and information here might be outdated. Recommended version. |
The option to write GeoTIFF tags.
[Visual Basic .NET]
Public Property GeoTiff As Boolean
[C#]
public bool GeoTiff {get; set;}
[C++]
HRESULT get_GeoTiff(
VARIANT_BOOL bGeoTiff
);
[C++]
HRESULT put_GeoTiff(
Boolean* bGeoTiff
);
[C++] Parameters bGeoTiff [in]
bGeoTiff is a parameter of type bool bGeoTiff [out, retval]
bGeoTiff is a parameter of type bool*
Value of True will write a GeoTiff header in the output TIFF file. The GeoTiff header will include the spatial reference values assigned to IWorldFileSettings::MapExtent.