iText 5

TIFFFaxDecompressor

TIFFFaxDecompressor 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.TIFFFaxDecompressor[[TIFFFaxDecompressor]] end

Members

Methods

Public methods

Returns

Name

void

DecodeNextScanline

()

void

DecodeRLE

()

void

DecodeRaw

(byte``[] buffer, byte``[] compData, int w, int h)

void

DecodeT4

()

void

DecodeT6

()

void

SetOptions

(int fillOrder, int compression, int t4Options, int t6Options)

Details

Constructors

TIFFFaxDecompressor

Source code

public TIFFFaxDecompressor()

Methods

SetOptions

Source code

public virtual void SetOptions(int fillOrder, int compression, int t4Options, int t6Options)

Arguments

Type

Name

Description

int

fillOrder

int

compression

int

t4Options

int

t6Options

DecodeRaw

Source code

public virtual void DecodeRaw(byte[] buffer, byte[] compData, int w, int h)

Arguments

Type

Name

Description

byte``[]

buffer

byte``[]

compData

int

w

int

h

DecodeRLE

Source code

public virtual void DecodeRLE()

DecodeNextScanline

Source code

public virtual void DecodeNextScanline()

DecodeT4

Source code

public virtual void DecodeT4()

DecodeT6

Source code

public virtual void DecodeT6()

Generated with ModularDoc