Visual Basic (Declaration) | |
---|---|
Public Sub CopyMetadataTo( _ ByVal image As RasterImage, _ ByVal flags As RasterMetadataFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void CopyMetadataTo( RasterImage image, RasterMetadataFlags flags ) |
Managed Extensions for C++ | |
---|---|
public: void CopyMetadataTo( RasterImage* image, RasterMetadataFlags flags ) |
C++/CLI | |
---|---|
public: void CopyMetadataTo( RasterImage^ image, RasterMetadataFlags flags ) |
Parameters
- image
- Destination image
- flags
- Type of metadata to copy
This methods copies the metadata found in the Tags, Comments and/or Markers collections of this RasterImage to image.
Before the copy operation, this method will clear any metadata already found in image.
For more information on GeoKeys, refer to Implementing GeoKeys (GeoTIFF tags).
For more information, refer to Non Image Data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family