iText 5

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

Type

Name

Methods

bool

RecoverFromImageError

set

Methods

Public Static methods

Returns

Name

void

ReverseBits

(byte``[] b)

Public methods

Returns

Name

void

Decode1D

(byte``[] buffer, byte``[] compData, int startX, int height)

void

Decode2D

(byte``[] buffer, byte``[] compData, int startX, int height, long tiffT4Options)

void

DecodeNextScanline

(byte``[] buffer, int lineOffset, int bitOffset)

void

DecodeT6

(byte``[] buffer, byte``[] compData, int startX, int height, long tiffT6Options)

Details

Constructors

TIFFFaxDecoder

Source code

public TIFFFaxDecoder(long fillOrder, int w, int h)

Arguments

Type

Name

Description

long

fillOrder

int

w

int

h

Methods

ReverseBits

Source code

public static void ReverseBits(byte[] b)

Arguments

Type

Name

Description

byte``[]

b

Decode1D

Source code

public virtual void Decode1D(byte[] buffer, byte[] compData, int startX, int height)

Arguments

Type

Name

Description

byte``[]

buffer

byte``[]

compData

int

startX

int

height

DecodeNextScanline

Source code

public virtual void DecodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)

Arguments

Type

Name

Description

byte``[]

buffer

int

lineOffset

int

bitOffset

Decode2D

Source code

public virtual void Decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)

Arguments

Type

Name

Description

byte``[]

buffer

byte``[]

compData

int

startX

int

height

long

tiffT4Options

DecodeT6

Source code

public virtual void DecodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)

Arguments

Type

Name

Description

byte``[]

buffer

byte``[]

compData

int

startX

int

height

long

tiffT6Options

Properties

RecoverFromImageError

public virtual bool RecoverFromImageError { set; }

Generated with ModularDoc