Show / Hide Table of Contents

Enum SampleFormat

Data sample format.
Possible values for TiffTag.SAMPLEFORMAT tag.

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

Fields

Name Description
COMPLEXIEEEFP

Complex ieee floating

COMPLEXINT

Complex signed int

IEEEFP

IEEE floating point data

INT

Signed integer data

UINT

Unsigned integer data

VOID

Untyped data

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