Skip to main content
Skip table of contents

TIFFFaxDecoder

TIFFFaxDecoder Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.codec
  iTextSharp.text.pdf.codec.TIFFFaxDecoder[[TIFFFaxDecoder]]
  end

Members

Properties

Public properties
TypeNameMethods
boolRecoverFromImageErrorset

Methods

Public Static methods
ReturnsName
voidReverseBits(byte``[] b)
Public methods
ReturnsName
voidDecode1D(byte``[] buffer, byte``[] compData, int startX, int height)
voidDecode2D(byte``[] buffer, byte``[] compData, int startX, int height, long tiffT4Options)
voidDecodeNextScanline(byte``[] buffer, int lineOffset, int bitOffset)
voidDecodeT6(byte``[] buffer, byte``[] compData, int startX, int height, long tiffT6Options)

Details

Constructors

TIFFFaxDecoder

Source code

public TIFFFaxDecoder(long fillOrder, int w, int h)
Arguments
TypeNameDescription
longfillOrder
intw
inth

Methods

ReverseBits

Source code

public static void ReverseBits(byte[] b)
Arguments
TypeNameDescription
byte``[]b
Decode1D

Source code

public virtual void Decode1D(byte[] buffer, byte[] compData, int startX, int height)
Arguments
TypeNameDescription
byte``[]buffer
byte``[]compData
intstartX
intheight
DecodeNextScanline

Source code

public virtual void DecodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)
Arguments
TypeNameDescription
byte``[]buffer
intlineOffset
intbitOffset
Decode2D

Source code

public virtual void Decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)
Arguments
TypeNameDescription
byte``[]buffer
byte``[]compData
intstartX
intheight
longtiffT4Options
DecodeT6

Source code

public virtual void DecodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)
Arguments
TypeNameDescription
byte``[]buffer
byte``[]compData
intstartX
intheight
longtiffT6Options

Properties

RecoverFromImageError
public virtual bool RecoverFromImageError { set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.