C# 클래스 iTextSharp.text.pdf.codec.PngWriter

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

OutputInt() 공개 메소드

public OutputInt ( int n ) : void
n int
리턴 void

OutputInt() 공개 정적인 메소드

public static OutputInt ( int n, Stream s ) : void
n int
s Stream
리턴 void

PngWriter() 공개 메소드

public PngWriter ( Stream outp ) : System
outp Stream
리턴 System

WriteChunk() 공개 메소드

public WriteChunk ( byte chunkType, byte data ) : void
chunkType byte
data byte
리턴 void

WriteData() 공개 메소드

public WriteData ( byte data, int stride ) : void
data byte
stride int
리턴 void

WriteEnd() 공개 메소드

public WriteEnd ( ) : void
리턴 void

WriteHeader() 공개 메소드

public WriteHeader ( int width, int height, int bitDepth, int colorType ) : void
width int
height int
bitDepth int
colorType int
리턴 void

WriteIccProfile() 공개 메소드

public WriteIccProfile ( byte data ) : void
data byte
리턴 void

WritePalette() 공개 메소드

public WritePalette ( byte data ) : void
data byte
리턴 void