C# Class iTextSharp.text.pdf.codec.PngWriter

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
OutputInt ( int n ) : void
OutputInt ( int n, Stream s ) : void
PngWriter ( Stream outp ) : System
WriteChunk ( byte chunkType, byte data ) : void
WriteData ( byte data, int stride ) : void
WriteEnd ( ) : void
WriteHeader ( int width, int height, int bitDepth, int colorType ) : void
WriteIccProfile ( byte data ) : void
WritePalette ( byte data ) : void

Private Methods

Méthode Description
crc ( byte buf ) : uint
crc ( byte buf, int offset, int len ) : uint
make_crc_table ( ) : void
update_crc ( uint crc, byte buf, int offset, int len ) : uint

Method Details

OutputInt() public méthode

public OutputInt ( int n ) : void
n int
Résultat void

OutputInt() public static méthode

public static OutputInt ( int n, Stream s ) : void
n int
s Stream
Résultat void

PngWriter() public méthode

public PngWriter ( Stream outp ) : System
outp Stream
Résultat System

WriteChunk() public méthode

public WriteChunk ( byte chunkType, byte data ) : void
chunkType byte
data byte
Résultat void

WriteData() public méthode

public WriteData ( byte data, int stride ) : void
data byte
stride int
Résultat void

WriteEnd() public méthode

public WriteEnd ( ) : void
Résultat void

WriteHeader() public méthode

public WriteHeader ( int width, int height, int bitDepth, int colorType ) : void
width int
height int
bitDepth int
colorType int
Résultat void

WriteIccProfile() public méthode

public WriteIccProfile ( byte data ) : void
data byte
Résultat void

WritePalette() public méthode

public WritePalette ( byte data ) : void
data byte
Résultat void