Show / Hide Table of Contents

Enum PlanarConfig

Storage organization.
Possible values for TiffTag.PLANARCONFIG tag.

Namespace: BitMiracle.LibTiff.Classic
Assembly: BitMiracle.LibTiff.NET.dll
Syntax
public enum PlanarConfig

Fields

Name Description
CONTIG

Single image plane.

SEPARATE

Separate planes of data.

UNKNOWN

Unknown (uninitialized).

  • Improve this Doc
  • View Source
Back to top Generated by DocFX