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

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

보호된 프로퍼티들

프로퍼티 타입 설명
acroForm PdfIndirectReference
disableIndirects PdfObject>.Dictionary
fieldArray PdfArray
fieldTemplates object>.Dictionary
indirectMap Dictionary>
indirects IndirectReferences>.Dictionary
namePtr int[]
parentObjects PdfObject>.Dictionary
reader PdfReader

공개 메소드들

메소드 설명
AddAnnotation ( PdfAnnotation annot ) : void
AddPage ( PdfImportedPage iPage ) : void
AddPage ( Rectangle rect, int rotation ) : void
Close ( ) : void
CopyAcroForm ( PdfReader reader ) : void
CreatePageStamp ( PdfImportedPage iPage ) : PageStamp
FreeReader ( PdfReader reader ) : void
GetImportedPage ( PdfReader reader, int pageNumber ) : PdfImportedPage
GetImportedPage ( PdfReader reader, int pageNumber, bool keepTaggedPdfStructure ) : PdfImportedPage
PdfCopy ( Document document, Stream os ) : System

보호된 메소드들

메소드 설명
CopyArray ( PdfArray inp ) : PdfArray
CopyArray ( PdfArray inp, bool keepStruct, bool directRootKids ) : PdfArray
CopyDictionary ( PdfDictionary inp ) : PdfDictionary
CopyDictionary ( PdfDictionary inp, bool keepStruct, bool directRootKids ) : PdfDictionary
CopyIndirect ( PRIndirectReference inp ) : PdfIndirectReference
CopyIndirect ( PRIndirectReference inp, bool keepStructure, bool directRootKids ) : PdfIndirectReference
CopyObject ( PdfObject inp ) : PdfObject
CopyObject ( PdfObject inp, bool keepStruct, bool directRootKidds ) : PdfObject
CopyStream ( PRStream inp ) : PdfStream
GetCatalog ( PdfIndirectReference rootObj ) : PdfDictionary
GetImportedPageImpl ( PdfReader reader, int pageNumber ) : PdfImportedPage
SetFromIPage ( PdfImportedPage iPage ) : int
SetFromReader ( PdfReader reader ) : void

비공개 메소드들

메소드 설명
Add ( PdfPage page, PdfContents contents ) : PdfIndirectReference
AddFieldResources ( PdfDictionary catalog ) : void

메소드 상세

AddAnnotation() 공개 메소드

public AddAnnotation ( PdfAnnotation annot ) : void
annot PdfAnnotation
리턴 void

AddPage() 공개 메소드

public AddPage ( PdfImportedPage iPage ) : void
iPage PdfImportedPage
리턴 void

AddPage() 공개 메소드

public AddPage ( Rectangle rect, int rotation ) : void
rect iTextSharp.text.Rectangle
rotation int
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CopyAcroForm() 공개 메소드

public CopyAcroForm ( PdfReader reader ) : void
reader PdfReader
리턴 void

CopyArray() 보호된 메소드

protected CopyArray ( PdfArray inp ) : PdfArray
inp PdfArray
리턴 PdfArray

CopyArray() 보호된 메소드

protected CopyArray ( PdfArray inp, bool keepStruct, bool directRootKids ) : PdfArray
inp PdfArray
keepStruct bool
directRootKids bool
리턴 PdfArray

CopyDictionary() 보호된 메소드

protected CopyDictionary ( PdfDictionary inp ) : PdfDictionary
inp PdfDictionary
리턴 PdfDictionary

CopyDictionary() 보호된 메소드

protected CopyDictionary ( PdfDictionary inp, bool keepStruct, bool directRootKids ) : PdfDictionary
inp PdfDictionary
keepStruct bool
directRootKids bool
리턴 PdfDictionary

CopyIndirect() 보호된 메소드

protected CopyIndirect ( PRIndirectReference inp ) : PdfIndirectReference
inp PRIndirectReference
리턴 PdfIndirectReference

CopyIndirect() 보호된 메소드

protected CopyIndirect ( PRIndirectReference inp, bool keepStructure, bool directRootKids ) : PdfIndirectReference
inp PRIndirectReference
keepStructure bool
directRootKids bool
리턴 PdfIndirectReference

CopyObject() 보호된 메소드

protected CopyObject ( PdfObject inp ) : PdfObject
inp PdfObject
리턴 PdfObject

CopyObject() 보호된 메소드

protected CopyObject ( PdfObject inp, bool keepStruct, bool directRootKidds ) : PdfObject
inp PdfObject
keepStruct bool
directRootKidds bool
리턴 PdfObject

CopyStream() 보호된 메소드

protected CopyStream ( PRStream inp ) : PdfStream
inp PRStream
리턴 PdfStream

CreatePageStamp() 공개 메소드

public CreatePageStamp ( PdfImportedPage iPage ) : PageStamp
iPage PdfImportedPage
리턴 PageStamp

FreeReader() 공개 메소드

public FreeReader ( PdfReader reader ) : void
reader PdfReader
리턴 void

GetCatalog() 보호된 메소드

protected GetCatalog ( PdfIndirectReference rootObj ) : PdfDictionary
rootObj PdfIndirectReference
리턴 PdfDictionary

GetImportedPage() 공개 메소드

public GetImportedPage ( PdfReader reader, int pageNumber ) : PdfImportedPage
reader PdfReader
pageNumber int
리턴 PdfImportedPage

GetImportedPage() 공개 메소드

public GetImportedPage ( PdfReader reader, int pageNumber, bool keepTaggedPdfStructure ) : PdfImportedPage
reader PdfReader
pageNumber int
keepTaggedPdfStructure bool
리턴 PdfImportedPage

GetImportedPageImpl() 보호된 메소드

protected GetImportedPageImpl ( PdfReader reader, int pageNumber ) : PdfImportedPage
reader PdfReader
pageNumber int
리턴 PdfImportedPage

PdfCopy() 공개 메소드

public PdfCopy ( Document document, Stream os ) : System
document iTextSharp.text.Document
os Stream
리턴 System

SetFromIPage() 보호된 메소드

protected SetFromIPage ( PdfImportedPage iPage ) : int
iPage PdfImportedPage
리턴 int

SetFromReader() 보호된 메소드

protected SetFromReader ( PdfReader reader ) : void
reader PdfReader
리턴 void

프로퍼티 상세

acroForm 보호되어 있는 프로퍼티

protected PdfIndirectReference acroForm
리턴 PdfIndirectReference

disableIndirects 보호되어 있는 프로퍼티

protected Dictionary disableIndirects
리턴 PdfObject>.Dictionary

fieldArray 보호되어 있는 프로퍼티

protected PdfArray fieldArray
리턴 PdfArray

fieldTemplates 보호되어 있는 프로퍼티

protected Dictionary fieldTemplates
리턴 object>.Dictionary

indirectMap 보호되어 있는 프로퍼티

protected Dictionary> indirectMap
리턴 Dictionary>

indirects 보호되어 있는 프로퍼티

protected Dictionary indirects
리턴 IndirectReferences>.Dictionary

namePtr 보호되어 있는 프로퍼티

protected int[] namePtr
리턴 int[]

parentObjects 보호되어 있는 프로퍼티

protected Dictionary parentObjects
리턴 PdfObject>.Dictionary

reader 보호되어 있는 프로퍼티

protected PdfReader reader
리턴 PdfReader