Skip to main content
Skip table of contents

CCITTG4Encoder

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
ReturnsName
byte``[]Close()
voidFax4Encode(...)
Public Static methods
ReturnsName
byte``[]Compress(byte``[] data, int width, int height)

Details

Constructors

CCITTG4Encoder

Source code

public CCITTG4Encoder(int width)
Arguments
TypeNameDescription
intwidth

Methods

Fax4Encode [1/2]

Source code

public virtual void Fax4Encode(byte[] data, int offset, int size)
Arguments
TypeNameDescription
byte``[]data
intoffset
intsize
Compress

Source code

public static byte Compress(byte[] data, int width, int height)
Arguments
TypeNameDescription
byte``[]data
intwidth
intheight
Fax4Encode [2/2]

Source code

public virtual void Fax4Encode(byte[] data, int height)
Arguments
TypeNameDescription
byte``[]data
intheight
Close

Source code

public virtual byte Close()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.