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