C# Class iTextSharp.text.pdf.PdfCopy

Inheritance: PdfWriter
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
acroForm PdfIndirectReference
disableIndirects PdfObject>.Dictionary
fieldArray PdfArray
fieldTemplates object>.Dictionary
indirectMap Dictionary>
indirects IndirectReferences>.Dictionary
namePtr int[]
parentObjects PdfObject>.Dictionary
reader PdfReader

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
Add ( PdfPage page, PdfContents contents ) : PdfIndirectReference
AddFieldResources ( PdfDictionary catalog ) : void

Method Details

AddAnnotation() public méthode

public AddAnnotation ( PdfAnnotation annot ) : void
annot PdfAnnotation
Résultat void

AddPage() public méthode

public AddPage ( PdfImportedPage iPage ) : void
iPage PdfImportedPage
Résultat void

AddPage() public méthode

public AddPage ( Rectangle rect, int rotation ) : void
rect iTextSharp.text.Rectangle
rotation int
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CopyAcroForm() public méthode

public CopyAcroForm ( PdfReader reader ) : void
reader PdfReader
Résultat void

CopyArray() protected méthode

protected CopyArray ( PdfArray inp ) : PdfArray
inp PdfArray
Résultat PdfArray

CopyArray() protected méthode

protected CopyArray ( PdfArray inp, bool keepStruct, bool directRootKids ) : PdfArray
inp PdfArray
keepStruct bool
directRootKids bool
Résultat PdfArray

CopyDictionary() protected méthode

protected CopyDictionary ( PdfDictionary inp ) : PdfDictionary
inp PdfDictionary
Résultat PdfDictionary

CopyDictionary() protected méthode

protected CopyDictionary ( PdfDictionary inp, bool keepStruct, bool directRootKids ) : PdfDictionary
inp PdfDictionary
keepStruct bool
directRootKids bool
Résultat PdfDictionary

CopyIndirect() protected méthode

protected CopyIndirect ( PRIndirectReference inp ) : PdfIndirectReference
inp PRIndirectReference
Résultat PdfIndirectReference

CopyIndirect() protected méthode

protected CopyIndirect ( PRIndirectReference inp, bool keepStructure, bool directRootKids ) : PdfIndirectReference
inp PRIndirectReference
keepStructure bool
directRootKids bool
Résultat PdfIndirectReference

CopyObject() protected méthode

protected CopyObject ( PdfObject inp ) : PdfObject
inp PdfObject
Résultat PdfObject

CopyObject() protected méthode

protected CopyObject ( PdfObject inp, bool keepStruct, bool directRootKidds ) : PdfObject
inp PdfObject
keepStruct bool
directRootKidds bool
Résultat PdfObject

CopyStream() protected méthode

protected CopyStream ( PRStream inp ) : PdfStream
inp PRStream
Résultat PdfStream

CreatePageStamp() public méthode

public CreatePageStamp ( PdfImportedPage iPage ) : PageStamp
iPage PdfImportedPage
Résultat PageStamp

FreeReader() public méthode

public FreeReader ( PdfReader reader ) : void
reader PdfReader
Résultat void

GetCatalog() protected méthode

protected GetCatalog ( PdfIndirectReference rootObj ) : PdfDictionary
rootObj PdfIndirectReference
Résultat PdfDictionary

GetImportedPage() public méthode

public GetImportedPage ( PdfReader reader, int pageNumber ) : PdfImportedPage
reader PdfReader
pageNumber int
Résultat PdfImportedPage

GetImportedPage() public méthode

public GetImportedPage ( PdfReader reader, int pageNumber, bool keepTaggedPdfStructure ) : PdfImportedPage
reader PdfReader
pageNumber int
keepTaggedPdfStructure bool
Résultat PdfImportedPage

GetImportedPageImpl() protected méthode

protected GetImportedPageImpl ( PdfReader reader, int pageNumber ) : PdfImportedPage
reader PdfReader
pageNumber int
Résultat PdfImportedPage

PdfCopy() public méthode

public PdfCopy ( Document document, Stream os ) : System
document iTextSharp.text.Document
os Stream
Résultat System

SetFromIPage() protected méthode

protected SetFromIPage ( PdfImportedPage iPage ) : int
iPage PdfImportedPage
Résultat int

SetFromReader() protected méthode

protected SetFromReader ( PdfReader reader ) : void
reader PdfReader
Résultat void

Property Details

acroForm protected_oe property

protected PdfIndirectReference acroForm
Résultat PdfIndirectReference

disableIndirects protected_oe property

protected Dictionary disableIndirects
Résultat PdfObject>.Dictionary

fieldArray protected_oe property

protected PdfArray fieldArray
Résultat PdfArray

fieldTemplates protected_oe property

protected Dictionary fieldTemplates
Résultat object>.Dictionary

indirectMap protected_oe property

protected Dictionary> indirectMap
Résultat Dictionary>

indirects protected_oe property

protected Dictionary indirects
Résultat IndirectReferences>.Dictionary

namePtr protected_oe property

protected int[] namePtr
Résultat int[]

parentObjects protected_oe property

protected Dictionary parentObjects
Résultat PdfObject>.Dictionary

reader protected_oe property

protected PdfReader reader
Résultat PdfReader