Specifies interoperability types.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public enum InteroperabilityMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration InteroperabilityMode |
| Visual C++ |
|---|
public enum class InteroperabilityMode |
Members
| Member name | Description | |
|---|---|---|
| Undefined |
No or unknown type.
| |
| R98 |
Indicates a file conforming to R98 file specification of Recommended
Exif Interoperability Rules (ExifR98) or to DCF basic file stipulated
by Design Rule for Camera File System.
| |
| THM |
Indicates a file conforming to DCF thumbnail file stipulated by Design
rule for Camera File System.
|