C# Class iTextSharp.text.pdf.PdfStamperImp

Inheritance: PdfWriter
Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property 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

Property 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

Public Methods

Method 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

Protected Methods

Method 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

Method 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 method

public AddAnnotation ( PdfAnnotation annot ) : void
annot PdfAnnotation
return void

AddComments() public method

public AddComments ( FdfReader fdf ) : void
fdf FdfReader
return void

AddFieldResources() protected method

protected AddFieldResources ( ) : void
return void

AddFileAttachments() protected method

protected AddFileAttachments ( ) : void
return void

AddViewerPreference() public method

public AddViewerPreference ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
return void

AlterContents() protected method

protected AlterContents ( ) : void
return void

Close() protected method

protected Close ( String>.IDictionary moreInfo ) : void
moreInfo String>.IDictionary
return void

Close() protected method

protected Close ( PdfIndirectReference info, int skipInfo ) : void
info PdfIndirectReference
skipInfo int
return void

FlatFields() protected method

protected FlatFields ( ) : void
return void

FlatFreeTextFields() protected method

protected FlatFreeTextFields ( ) : void
return void

GetNewObjectNumber() protected method

protected GetNewObjectNumber ( PdfReader reader, int number, int generation ) : int
reader PdfReader
number int
generation int
return int

GetPageReference() public method

public GetPageReference ( int page ) : PdfIndirectReference
page int
return PdfIndirectReference

GetPdfLayers() public method

public GetPdfLayers ( ) : PdfLayer>.Dictionary
return PdfLayer>.Dictionary

MarkUsed() public method

public MarkUsed ( PdfObject obj ) : void
obj PdfObject
return void

MarkUsed() protected method

protected MarkUsed ( int num ) : void
num int
return void

PdfStamperImp() protected method

protected PdfStamperImp ( PdfReader reader, Stream os, char pdfVersion, bool append ) : System
reader PdfReader
os Stream
pdfVersion char
append bool
return System

ReadOCProperties() protected method

protected ReadOCProperties ( ) : void
return void

RegisterReader() public method

public RegisterReader ( PdfReader reader, bool openFile ) : void
reader PdfReader
openFile bool
return void

SetAdditionalAction() public method

public SetAdditionalAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
return void

SetJavaScript() protected method

protected SetJavaScript ( ) : void
return void

SetOpenAction() public method

public SetOpenAction ( PdfAction action ) : void
action PdfAction
return void

SetOpenAction() public method

public SetOpenAction ( String name ) : void
name String
return void

SetOutlines() protected method

protected SetOutlines ( ) : void
return void

SetPageAction() public method

public SetPageAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
return void

SetViewerPreferences() protected method

protected SetViewerPreferences ( ) : void
return void

UnRegisterReader() public method

public UnRegisterReader ( PdfReader reader ) : void
reader PdfReader
return void

Property Details

acroFields protected_oe property

protected AcroFields,iTextSharp.text.pdf acroFields
return AcroFields

append protected_oe property

protected bool append
return bool

closed protected_oe property

protected bool closed
return bool

fieldTemplates protected_oe property

protected Dictionary fieldTemplates
return object>.Dictionary

fieldsAdded protected_oe property

protected bool fieldsAdded
return bool

file protected_oe property

protected RandomAccessFileOrArray,iTextSharp.text.pdf file
return RandomAccessFileOrArray

flat protected_oe property

protected bool flat
return bool

flatFreeText protected_oe property

protected bool flatFreeText
return bool

initialXrefSize protected_oe property

protected int initialXrefSize
return int

marked protected_oe property

protected IntHashtable,iTextSharp.text.pdf marked
return IntHashtable

namePtr protected_oe property

protected int[] namePtr
return int[]

openAction protected_oe property

protected PdfAction,iTextSharp.text.pdf openAction
return PdfAction

partialFlattening protected_oe property

protected Dictionary partialFlattening
return object>.Dictionary

sigFlags protected_oe property

protected int sigFlags
return int

useVp protected_oe property

protected bool useVp
return bool

viewerPreferences protected_oe property

protected PdfViewerPreferencesImp,iTextSharp.text.pdf.intern viewerPreferences
return iTextSharp.text.pdf.intern.PdfViewerPreferencesImp