Enum TiffPrintFlags
Flags that can be passed to
Namespace: BitMiracle.LibTiff.Classic
Assembly: BitMiracle.LibTiff.NET.dll
Syntax
[Flags]
public enum TiffPrintFlags
Remarks
More than one flag can be used. Bit-or these flags to enable printing multiple items.
Fields
| Name | Description |
|---|---|
| COLORMAP | colormap |
| CURVES | color/gray response curves |
| JPEGACTABLES | JPEG AC tables |
| JPEGDCTABLES | JPEG DC tables |
| JPEGQTABLES | JPEG Q matrices |
| NONE | no extra info |
| STRIPS | strips/tiles info |