Copies the metadata from another FreeImageBitmap using the provided options.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public void CloneMetadataFrom(
	FreeImageBitmap bitmap,
	FREE_IMAGE_METADATA_COPY flags
)
Visual Basic (Declaration)
Public Sub CloneMetadataFrom ( _
	bitmap As FreeImageBitmap, _
	flags As FREE_IMAGE_METADATA_COPY _
)
Visual C++
public:
void CloneMetadataFrom(
	FreeImageBitmap^ bitmap, 
	FREE_IMAGE_METADATA_COPY flags
)

Parameters

bitmap
Type: FreeImageAPI..::.FreeImageBitmap
The bitmap to read the metadata from.
flags
Type: FreeImageAPI..::.FREE_IMAGE_METADATA_COPY
Specifies the way the metadata is copied.

Exceptions

ExceptionCondition
System..::.ArgumentNullException bitmap is a null reference.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also