Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsEnumGeoKeysEventArgs Class : ToRasterTagMetadata Method |
public RasterTagMetadata ToRasterTagMetadata()
'Declaration
Public Function ToRasterTagMetadata() As RasterTagMetadata
'Usage
Dim instance As CodecsEnumGeoKeysEventArgs Dim value As RasterTagMetadata value = instance.ToRasterTagMetadata()
public RasterTagMetadata ToRasterTagMetadata()
@property (nonatomic, strong, readonly) LTRasterTagMetadata *rasterTagMetadata
public RasterTagMetadata toRasterTagMetadata()
function Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.ToRasterTagMetadata()
public: RasterTagMetadata^ ToRasterTagMetadata();
The number of bytes in Buffer can be obtained by RasterNativeBuffer.Length, while the number of items can be obtained by Count.
You can also construct a new RasterTagMetadata object from the data stored in this CodecsEnumGeoKeysEventArgs using the ToRasterTagMetadata method.