Enum NewSubfileType
Represents a general indication of the kind of data contained in this subfile.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
[Flags]
public enum NewSubfileType : uint
Fields
| Name | Description |
|---|---|
| MRCSpecific | The IFD containing this tag is Mixed Raster Content (MRC) specific. |
| MultiPage | The image is a single page of a multi-page image. |
| ReducedResolution | This image is a reduced resolution version of another image in the file. |
| TransparencyMask | This image defines a transparency mask for another image in this file. |