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

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

공개 메소드들

메소드 설명
BitFile ( Stream output, bool blocks ) : System
Flush ( ) : void
WriteBits ( int bits, int numbits ) : void

메소드 상세

BitFile() 공개 메소드

public BitFile ( Stream output, bool blocks ) : System
output Stream
blocks bool
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

WriteBits() 공개 메소드

public WriteBits ( int bits, int numbits ) : void
bits int
numbits int
리턴 void