Click or drag to resize
GTiffWriterProfileType Enumeration

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public enum ProfileType
Members
  Member nameValueDescription
GDALGeoTIFF0Enables writing custom tags.
GeoTIFF1Only GeoTIFF tags will be added to the baseline.
Baseline2No custom or GeoTIFF tags will be written.
See Also