C# Class iTextSharp.text.pdf.PdfStamperImp

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

Protected Properties

Свойство Type Description
acroFields AcroFields
append bool
closed bool
fieldTemplates object>.Dictionary
fieldsAdded bool
file RandomAccessFileOrArray
flat bool
flatFreeText bool
initialXrefSize int
marked IntHashtable
namePtr int[]
openAction PdfAction
partialFlattening object>.Dictionary
sigFlags int
useVp bool
viewerPreferences iTextSharp.text.pdf.intern.PdfViewerPreferencesImp

Private Properties

Свойство Type Description
AddAnnotation void
AddAnnotation void
AddDocumentField void
AddOrder void
AlterResources void
ApplyRotation void
CorrectAcroFieldPages void
DeleteOutlines void
EliminateAcroformObjects void
ExpandFields void
FindAllObjects void
GetOverContent PdfContentByte
GetPageStamp PageStamp
GetReaderFile RandomAccessFileOrArray
GetUnderContent PdfContentByte
InsertPage void
IsAppend bool
MakePackage void
MoveRectangle void
OutlineTravel void
PartialFormFlattening bool
ReplacePage void
SetDuration void
SetPageAction void
SetThumbnail void
SetTransition void
SweepKids void

Méthodes publiques

Méthode Description
AddAnnotation ( PdfAnnotation annot ) : void
AddComments ( FdfReader fdf ) : void
AddViewerPreference ( PdfName key, PdfObject value ) : void
GetPageReference ( int page ) : PdfIndirectReference
GetPdfLayers ( ) : PdfLayer>.Dictionary
MarkUsed ( PdfObject obj ) : void
RegisterReader ( PdfReader reader, bool openFile ) : void
SetAdditionalAction ( PdfName actionType, PdfAction action ) : void
SetOpenAction ( PdfAction action ) : void
SetOpenAction ( String name ) : void
SetPageAction ( PdfName actionType, PdfAction action ) : void
UnRegisterReader ( PdfReader reader ) : void

Méthodes protégées

Méthode Description
AddFieldResources ( ) : void
AddFileAttachments ( ) : void
AlterContents ( ) : void
Close ( String>.IDictionary moreInfo ) : void
Close ( PdfIndirectReference info, int skipInfo ) : void
FlatFields ( ) : void
FlatFreeTextFields ( ) : void
GetNewObjectNumber ( PdfReader reader, int number, int generation ) : int
MarkUsed ( int num ) : void
PdfStamperImp ( PdfReader reader, Stream os, char pdfVersion, bool append ) : System
ReadOCProperties ( ) : void
SetJavaScript ( ) : void
SetOutlines ( ) : void
SetViewerPreferences ( ) : void

Private Methods

Méthode Description
AddAnnotation ( PdfAnnotation annot, PdfDictionary pageN ) : void
AddAnnotation ( PdfAnnotation annot, int page ) : void
AddDocumentField ( PdfIndirectReference ref_p ) : void
AddOrder ( PdfLayer parent, PdfArray arr, PdfLayer>.Dictionary ocgmap ) : void
AlterResources ( PageStamp ps ) : void
ApplyRotation ( PdfDictionary pageN, ByteBuffer out_p ) : void
CorrectAcroFieldPages ( int page ) : void
DeleteOutlines ( ) : void
EliminateAcroformObjects ( ) : void
ExpandFields ( PdfFormField field, List allAnnots ) : void
FindAllObjects ( PdfReader reader, PdfObject obj, IntHashtable hits ) : void
GetOverContent ( int pageNum ) : PdfContentByte
GetPageStamp ( int pageNum ) : PageStamp
GetReaderFile ( PdfReader reader ) : RandomAccessFileOrArray
GetUnderContent ( int pageNum ) : PdfContentByte
InsertPage ( int pageNumber, Rectangle mediabox ) : void
IsAppend ( ) : bool
MakePackage ( PdfCollection collection ) : void
MoveRectangle ( PdfDictionary dic2, PdfReader r, int pageImported, PdfName key, String name ) : void
OutlineTravel ( PRIndirectReference outline ) : void
PartialFormFlattening ( String name ) : bool
ReplacePage ( PdfReader r, int pageImported, int pageReplaced ) : void
SetDuration ( int seconds, int page ) : void
SetPageAction ( PdfName actionType, PdfAction action, int page ) : void
SetThumbnail ( System.Image image, int page ) : void
SetTransition ( PdfTransition transition, int page ) : void
SweepKids ( PdfObject obj ) : void

Method Details

AddAnnotation() public méthode

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

AddComments() public méthode

public AddComments ( FdfReader fdf ) : void
fdf FdfReader
Résultat void

AddFieldResources() protected méthode

protected AddFieldResources ( ) : void
Résultat void

AddFileAttachments() protected méthode

protected AddFileAttachments ( ) : void
Résultat void

AddViewerPreference() public méthode

public AddViewerPreference ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
Résultat void

AlterContents() protected méthode

protected AlterContents ( ) : void
Résultat void

Close() protected méthode

protected Close ( String>.IDictionary moreInfo ) : void
moreInfo String>.IDictionary
Résultat void

Close() protected méthode

protected Close ( PdfIndirectReference info, int skipInfo ) : void
info PdfIndirectReference
skipInfo int
Résultat void

FlatFields() protected méthode

protected FlatFields ( ) : void
Résultat void

FlatFreeTextFields() protected méthode

protected FlatFreeTextFields ( ) : void
Résultat void

GetNewObjectNumber() protected méthode

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

GetPageReference() public méthode

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

GetPdfLayers() public méthode

public GetPdfLayers ( ) : PdfLayer>.Dictionary
Résultat PdfLayer>.Dictionary

MarkUsed() public méthode

public MarkUsed ( PdfObject obj ) : void
obj PdfObject
Résultat void

MarkUsed() protected méthode

protected MarkUsed ( int num ) : void
num int
Résultat void

PdfStamperImp() protected méthode

protected PdfStamperImp ( PdfReader reader, Stream os, char pdfVersion, bool append ) : System
reader PdfReader
os Stream
pdfVersion char
append bool
Résultat System

ReadOCProperties() protected méthode

protected ReadOCProperties ( ) : void
Résultat void

RegisterReader() public méthode

public RegisterReader ( PdfReader reader, bool openFile ) : void
reader PdfReader
openFile bool
Résultat void

SetAdditionalAction() public méthode

public SetAdditionalAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
Résultat void

SetJavaScript() protected méthode

protected SetJavaScript ( ) : void
Résultat void

SetOpenAction() public méthode

public SetOpenAction ( PdfAction action ) : void
action PdfAction
Résultat void

SetOpenAction() public méthode

public SetOpenAction ( String name ) : void
name String
Résultat void

SetOutlines() protected méthode

protected SetOutlines ( ) : void
Résultat void

SetPageAction() public méthode

public SetPageAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
Résultat void

SetViewerPreferences() protected méthode

protected SetViewerPreferences ( ) : void
Résultat void

UnRegisterReader() public méthode

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

Property Details

acroFields protected_oe property

protected AcroFields,iTextSharp.text.pdf acroFields
Résultat AcroFields

append protected_oe property

protected bool append
Résultat bool

closed protected_oe property

protected bool closed
Résultat bool

fieldTemplates protected_oe property

protected Dictionary fieldTemplates
Résultat object>.Dictionary

fieldsAdded protected_oe property

protected bool fieldsAdded
Résultat bool

file protected_oe property

protected RandomAccessFileOrArray,iTextSharp.text.pdf file
Résultat RandomAccessFileOrArray

flat protected_oe property

protected bool flat
Résultat bool

flatFreeText protected_oe property

protected bool flatFreeText
Résultat bool

initialXrefSize protected_oe property

protected int initialXrefSize
Résultat int

marked protected_oe property

protected IntHashtable,iTextSharp.text.pdf marked
Résultat IntHashtable

namePtr protected_oe property

protected int[] namePtr
Résultat int[]

openAction protected_oe property

protected PdfAction,iTextSharp.text.pdf openAction
Résultat PdfAction

partialFlattening protected_oe property

protected Dictionary partialFlattening
Résultat object>.Dictionary

sigFlags protected_oe property

protected int sigFlags
Résultat int

useVp protected_oe property

protected bool useVp
Résultat bool

viewerPreferences protected_oe property

protected PdfViewerPreferencesImp,iTextSharp.text.pdf.intern viewerPreferences
Résultat iTextSharp.text.pdf.intern.PdfViewerPreferencesImp