FreeImageBitmap.CloneMetadataFrom Method (FreeImageBitmap, FREE_IMAGE_METADATA_COPY)

FreeImage.NET

FreeImageBitmapCloneMetadataFrom Method (FreeImageBitmap, FREE_IMAGE_METADATA_COPY)
Copies the metadata from another FreeImageBitmap using the provided options.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void CloneMetadataFrom(
	FreeImageBitmap bitmap,
	FREE_IMAGE_METADATA_COPY flags
)

Parameters

bitmap
Type: FreeImageAPIFreeImageBitmap
The bitmap to read the metadata from.
flags
Type: FreeImageAPIFREE_IMAGE_METADATA_COPY
Specifies the way the metadata is copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionbitmap is a null reference.
See Also