CCITTG4Encoder 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.CCITTG4Encoder[[CCITTG4Encoder]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Constructors
CCITTG4Encoder
Source code
public CCITTG4Encoder(int width)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
width |
Methods
Fax4Encode [1/2]
Source code
public virtual void Fax4Encode(byte[] data, int offset, int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
offset |
|
|
|
size |
Compress
Source code
public static byte Compress(byte[] data, int width, int height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
width |
|
|
|
height |
Fax4Encode [2/2]
Source code
public virtual void Fax4Encode(byte[] data, int height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
height |
Close
Source code
public virtual byte Close()
Generated with ModularDoc