LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsEnumGeoKeysEventArgs Class Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsEnumGeoKeysEventArgs Class

The following tables list the members exposed by CodecsEnumGeoKeysEventArgs.

Public Properties

 NameDescription
public Property BufferGets a pointer to the unmanaged memory containing the GeoKey data.  
public Property CancelGets or sets a value which allows the user to abort the enumeration process.  
public Property CountGets the number of items in Buffer.  
public Property IdGets the GeoKey ID identifying the GeoTIFF key.  
public Property MetadataTypeGets the type of GeoKey.  
Top

Public Methods

 NameDescription
public Method ToRasterTagMetadataConstructs a Leadtools.RasterTagMetadata from this GeoKey data.  
Top

See Also