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 |
|---|---|---|
|
|
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Constructors
TIFFFaxDecoder
Source code
public TIFFFaxDecoder(long fillOrder, int w, int h)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fillOrder |
|
|
|
w |
|
|
|
h |
Methods
ReverseBits
Source code
public static void ReverseBits(byte[] b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
b |
Decode1D
Source code
public virtual void Decode1D(byte[] buffer, byte[] compData, int startX, int height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buffer |
|
|
|
compData |
|
|
|
startX |
|
|
|
height |
DecodeNextScanline
Source code
public virtual void DecodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buffer |
|
|
|
lineOffset |
|
|
|
bitOffset |
Decode2D
Source code
public virtual void Decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buffer |
|
|
|
compData |
|
|
|
startX |
|
|
|
height |
|
|
|
tiffT4Options |
DecodeT6
Source code
public virtual void DecodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buffer |
|
|
|
compData |
|
|
|
startX |
|
|
|
height |
|
|
|
tiffT6Options |
Properties
RecoverFromImageError
public virtual bool RecoverFromImageError { set; }
Generated with ModularDoc