C# 클래스 iTextSharp.text.pdf.PRStream

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

보호된 프로퍼티들

프로퍼티 타입 설명
length int
objGen int
objNum int
offset long
reader PdfReader

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
PRStream ( PRStream stream, PdfDictionary newDic ) : System
PRStream ( PRStream stream, PdfDictionary newDic, PdfReader reader ) : System
PRStream ( PdfReader reader, byte conts ) : System
PRStream ( PdfReader reader, byte conts, int compressionLevel ) : System
PRStream ( PdfReader reader, long offset ) : System
SetData ( byte data ) : void
SetData ( byte data, bool compress ) : void
SetData ( byte data, bool compress, int compressionLevel ) : void
ToPdf ( PdfWriter writer, Stream os ) : void

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

PRStream() 공개 메소드

public PRStream ( PRStream stream, PdfDictionary newDic ) : System
stream PRStream
newDic PdfDictionary
리턴 System

PRStream() 공개 메소드

public PRStream ( PRStream stream, PdfDictionary newDic, PdfReader reader ) : System
stream PRStream
newDic PdfDictionary
reader PdfReader
리턴 System

PRStream() 공개 메소드

public PRStream ( PdfReader reader, byte conts ) : System
reader PdfReader
conts byte
리턴 System

PRStream() 공개 메소드

public PRStream ( PdfReader reader, byte conts, int compressionLevel ) : System
reader PdfReader
conts byte
compressionLevel int
리턴 System

PRStream() 공개 메소드

public PRStream ( PdfReader reader, long offset ) : System
reader PdfReader
offset long
리턴 System

SetData() 공개 메소드

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

SetData() 공개 메소드

public SetData ( byte data, bool compress ) : void
data byte
compress bool
리턴 void

SetData() 공개 메소드

public SetData ( byte data, bool compress, int compressionLevel ) : void
data byte
compress bool
compressionLevel int
리턴 void

ToPdf() 공개 메소드

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
리턴 void

프로퍼티 상세

length 보호되어 있는 프로퍼티

protected int length
리턴 int

objGen 보호되어 있는 프로퍼티

protected int objGen
리턴 int

objNum 보호되어 있는 프로퍼티

protected int objNum
리턴 int

offset 보호되어 있는 프로퍼티

protected long offset
리턴 long

reader 보호되어 있는 프로퍼티

protected PdfReader,iTextSharp.text.pdf reader
리턴 PdfReader