Show / Hide Table of Contents

Enum FillOrder

Data order within a byte.
Possible values for TiffTag.FILLORDER tag.

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

Fields

Name Description
LSB2MSB

Least significant -> most.

MSB2LSB

Most significant -> least.

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