Enum TiffSubfileType
- Namespace
- SixLabors.ImageSharp.Formats.Tiff.Constants
- Assembly
- SixLabors.ImageSharp.dll
Enumeration representing the sub-file types defined by the Tiff file-format.
public enum TiffSubfileType : ushort
Fields
FullImage = 1
Full-resolution image data.
Preview = 2
Reduced-resolution image data.
SinglePage = 3
A single page of a multi-page image.