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

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

보호된 프로퍼티들

프로퍼티 타입 설명
copy PdfCopy
document iTextSharp.text.Document

공개 메소드들

메소드 설명
AddPages ( PdfReader reader ) : int
Close ( ) : void
Open ( ) : void
PdfConcatenate ( Stream os ) : System
PdfConcatenate ( Stream os, bool smart ) : System

메소드 상세

AddPages() 공개 메소드

public AddPages ( PdfReader reader ) : int
reader PdfReader
리턴 int

Close() 공개 메소드

public Close ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

PdfConcatenate() 공개 메소드

public PdfConcatenate ( Stream os ) : System
os Stream
리턴 System

PdfConcatenate() 공개 메소드

public PdfConcatenate ( Stream os, bool smart ) : System
os Stream
smart bool
리턴 System

프로퍼티 상세

copy 보호되어 있는 프로퍼티

protected PdfCopy,iTextSharp.text.pdf copy
리턴 PdfCopy

document 보호되어 있는 프로퍼티

protected Document,iTextSharp.text document
리턴 iTextSharp.text.Document