C# Class iTextSharp.text.pdf.PdfCopyFieldsImp

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

Protected Properties

Свойство Type Description
fieldKeys int>.Dictionary
widgetKeys int>.Dictionary

Méthodes publiques

Méthode Description
Close ( ) : void
GetPageReference ( int page ) : PdfIndirectReference
OpenDoc ( ) : void

Méthodes protégées

Méthode Description
BranchForm ( object>.Dictionary level, PdfIndirectReference parent, String fname ) : PdfArray
CloseIt ( ) : void
CreateAcroForms ( ) : void
GetCatalog ( PdfIndirectReference rootObj ) : PdfDictionary
GetNewObjectNumber ( PdfReader reader, int number, int generation ) : int
GetNewReference ( PRIndirectReference refi ) : PdfIndirectReference
IsPage ( PRIndirectReference refi ) : bool
IsVisited ( PRIndirectReference refi ) : bool
IsVisited ( PdfReader reader, int number, int generation ) : bool
SetVisited ( PRIndirectReference refi ) : bool
UpdateCalculationOrder ( PdfReader reader ) : void

Private Methods

Méthode Description
AddDocument ( PdfReader reader ) : void
AddDocument ( PdfReader reader, ICollection pagesToKeep ) : void
AddPageOffsetToField ( AcroFields.Item>.IDictionary fd, int pageOffset ) : void
AdjustTabOrder ( PdfArray annots, PdfIndirectReference ind, PdfNumber nn ) : void
CreateWidgets ( List list, AcroFields item ) : void
GetCOName ( PdfReader reader, PRIndirectReference refi ) : String
GetReaderFile ( PdfReader reader ) : RandomAccessFileOrArray
MergeField ( String name, AcroFields item ) : void
MergeFields ( ) : void
MergeWithMaster ( AcroFields.Item>.IDictionary fd ) : void
PdfCopyFieldsImp ( ) : System
PdfCopyFieldsImp ( Stream os ) : System
PdfCopyFieldsImp ( Stream os, char pdfVersion ) : System
Propagate ( PdfObject obj, PdfIndirectReference refo, bool restricted ) : void

Method Details

BranchForm() protected méthode

protected BranchForm ( object>.Dictionary level, PdfIndirectReference parent, String fname ) : PdfArray
level object>.Dictionary
parent PdfIndirectReference
fname String
Résultat PdfArray

Close() public méthode

public Close ( ) : void
Résultat void

CloseIt() protected méthode

protected CloseIt ( ) : void
Résultat void

CreateAcroForms() protected méthode

protected CreateAcroForms ( ) : void
Résultat void

GetCatalog() protected méthode

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

GetNewObjectNumber() protected méthode

protected GetNewObjectNumber ( PdfReader reader, int number, int generation ) : int
reader PdfReader
number int
generation int
Résultat int

GetNewReference() protected méthode

protected GetNewReference ( PRIndirectReference refi ) : PdfIndirectReference
refi PRIndirectReference
Résultat PdfIndirectReference

GetPageReference() public méthode

public GetPageReference ( int page ) : PdfIndirectReference
page int
Résultat PdfIndirectReference

IsPage() protected méthode

protected IsPage ( PRIndirectReference refi ) : bool
refi PRIndirectReference
Résultat bool

IsVisited() protected méthode

protected IsVisited ( PRIndirectReference refi ) : bool
refi PRIndirectReference
Résultat bool

IsVisited() protected méthode

protected IsVisited ( PdfReader reader, int number, int generation ) : bool
reader PdfReader
number int
generation int
Résultat bool

OpenDoc() public méthode

public OpenDoc ( ) : void
Résultat void

SetVisited() protected méthode

protected SetVisited ( PRIndirectReference refi ) : bool
refi PRIndirectReference
Résultat bool

UpdateCalculationOrder() protected méthode

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

Property Details

fieldKeys protected_oe static_oe property

protected static Dictionary fieldKeys
Résultat int>.Dictionary

widgetKeys protected_oe static_oe property

protected static Dictionary widgetKeys
Résultat int>.Dictionary