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

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

보호된 프로퍼티들

프로퍼티 타입 설명
compressed bool
compressionLevel int
inputStream Stream
inputStreamLength int
iref PdfIndirectReference
rawLength int
streamBytes System.IO.MemoryStream
writer PdfWriter

공개 메소드들

메소드 설명
FlateCompress ( ) : void
FlateCompress ( int compressionLevel ) : void
PdfStream ( Stream inputStream, PdfWriter writer ) : System
PdfStream ( byte bytes ) : System
ToPdf ( PdfWriter writer, Stream os ) : void
ToString ( ) : String
WriteContent ( Stream os ) : void
WriteLength ( ) : void

보호된 메소드들

메소드 설명
PdfStream ( ) : System
SuperToPdf ( PdfWriter writer, Stream os ) : void

메소드 상세

FlateCompress() 공개 메소드

public FlateCompress ( ) : void
리턴 void

FlateCompress() 공개 메소드

public FlateCompress ( int compressionLevel ) : void
compressionLevel int
리턴 void

PdfStream() 보호된 메소드

protected PdfStream ( ) : System
리턴 System

PdfStream() 공개 메소드

public PdfStream ( Stream inputStream, PdfWriter writer ) : System
inputStream Stream
writer PdfWriter
리턴 System

PdfStream() 공개 메소드

public PdfStream ( byte bytes ) : System
bytes byte
리턴 System

SuperToPdf() 보호된 메소드

protected SuperToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
리턴 void

ToPdf() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

WriteContent() 공개 메소드

public WriteContent ( Stream os ) : void
os Stream
리턴 void

WriteLength() 공개 메소드

public WriteLength ( ) : void
리턴 void

프로퍼티 상세

compressed 보호되어 있는 프로퍼티

protected bool compressed
리턴 bool

compressionLevel 보호되어 있는 프로퍼티

protected int compressionLevel
리턴 int

inputStream 보호되어 있는 프로퍼티

protected Stream inputStream
리턴 Stream

inputStreamLength 보호되어 있는 프로퍼티

protected int inputStreamLength
리턴 int

iref 보호되어 있는 프로퍼티

protected PdfIndirectReference,iTextSharp.text.pdf iref
리턴 PdfIndirectReference

rawLength 보호되어 있는 프로퍼티

protected int rawLength
리턴 int

streamBytes 보호되어 있는 프로퍼티

protected MemoryStream,System.IO streamBytes
리턴 System.IO.MemoryStream

writer 보호되어 있는 프로퍼티

protected PdfWriter,iTextSharp.text.pdf writer
리턴 PdfWriter