Skip to content

TiffPrintFlags

Namespace: ThinkGeo.Core.LibTiff

Flags that can be passed to method to control printing of data structures that are potentially very large.

public enum TiffPrintFlags

Inheritance ObjectValueTypeEnumTiffPrintFlags
Implements IComparable, IFormattable, IConvertible

Remarks:

More than one flag can be used. Bit-or these flags to enable printing multiple items.

Fields

Name Value Description
NONE 0 no extra info
STRIPS 1 strips/tiles info
CURVES 2 color/gray response curves
COLORMAP 4 colormap
JPEGQTABLES 256 JPEG Q matrices
JPEGACTABLES 512 JPEG AC tables
JPEGDCTABLES 512 JPEG DC tables