FreeImage.NET Class Library Reference
FREE_IMAGE_METADATA_COPY Enumeration |
Flags for copying data from a bitmap to another.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public enum FREE_IMAGE_METADATA_COPY
Members
Member name | Value | Description | |
---|---|---|---|
KEEP_EXISITNG | 0 | Exisiting metadata will remain unchanged. | |
CLEAR_EXISTING | 1 | Existing metadata will be cleared. | |
REPLACE_EXISTING | 2 | Existing metadata will be overwritten. |
See Also