C# Класс iTextSharp.text.pdf.PdfStamperImp

Наследование: PdfWriter
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AddAnnotation() публичный метод

public AddAnnotation ( PdfAnnotation annot ) : void
annot PdfAnnotation
Результат void

AddComments() публичный метод

public AddComments ( FdfReader fdf ) : void
fdf FdfReader
Результат void

AddFieldResources() защищенный метод

protected AddFieldResources ( ) : void
Результат void

AddFileAttachments() защищенный метод

protected AddFileAttachments ( ) : void
Результат void

AddViewerPreference() публичный метод

public AddViewerPreference ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
Результат void

AlterContents() защищенный метод

protected AlterContents ( ) : void
Результат void

Close() защищенный метод

protected Close ( String>.IDictionary moreInfo ) : void
moreInfo String>.IDictionary
Результат void

Close() защищенный метод

protected Close ( PdfIndirectReference info, int skipInfo ) : void
info PdfIndirectReference
skipInfo int
Результат void

FlatFields() защищенный метод

protected FlatFields ( ) : void
Результат void

FlatFreeTextFields() защищенный метод

protected FlatFreeTextFields ( ) : void
Результат void

GetNewObjectNumber() защищенный метод

protected GetNewObjectNumber ( PdfReader reader, int number, int generation ) : int
reader PdfReader
number int
generation int
Результат int

GetPageReference() публичный метод

public GetPageReference ( int page ) : PdfIndirectReference
page int
Результат PdfIndirectReference

GetPdfLayers() публичный метод

public GetPdfLayers ( ) : PdfLayer>.Dictionary
Результат PdfLayer>.Dictionary

MarkUsed() публичный метод

public MarkUsed ( PdfObject obj ) : void
obj PdfObject
Результат void

MarkUsed() защищенный метод

protected MarkUsed ( int num ) : void
num int
Результат void

PdfStamperImp() защищенный метод

protected PdfStamperImp ( PdfReader reader, Stream os, char pdfVersion, bool append ) : System
reader PdfReader
os Stream
pdfVersion char
append bool
Результат System

ReadOCProperties() защищенный метод

protected ReadOCProperties ( ) : void
Результат void

RegisterReader() публичный метод

public RegisterReader ( PdfReader reader, bool openFile ) : void
reader PdfReader
openFile bool
Результат void

SetAdditionalAction() публичный метод

public SetAdditionalAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
Результат void

SetJavaScript() защищенный метод

protected SetJavaScript ( ) : void
Результат void

SetOpenAction() публичный метод

public SetOpenAction ( PdfAction action ) : void
action PdfAction
Результат void

SetOpenAction() публичный метод

public SetOpenAction ( String name ) : void
name String
Результат void

SetOutlines() защищенный метод

protected SetOutlines ( ) : void
Результат void

SetPageAction() публичный метод

public SetPageAction ( PdfName actionType, PdfAction action ) : void
actionType PdfName
action PdfAction
Результат void

SetViewerPreferences() защищенный метод

protected SetViewerPreferences ( ) : void
Результат void

UnRegisterReader() публичный метод

public UnRegisterReader ( PdfReader reader ) : void
reader PdfReader
Результат void

Описание свойств

acroFields защищенное свойство

protected AcroFields,iTextSharp.text.pdf acroFields
Результат AcroFields

append защищенное свойство

protected bool append
Результат bool

closed защищенное свойство

protected bool closed
Результат bool

fieldTemplates защищенное свойство

protected Dictionary fieldTemplates
Результат object>.Dictionary

fieldsAdded защищенное свойство

protected bool fieldsAdded
Результат bool

file защищенное свойство

protected RandomAccessFileOrArray,iTextSharp.text.pdf file
Результат RandomAccessFileOrArray

flat защищенное свойство

protected bool flat
Результат bool

flatFreeText защищенное свойство

protected bool flatFreeText
Результат bool

initialXrefSize защищенное свойство

protected int initialXrefSize
Результат int

marked защищенное свойство

protected IntHashtable,iTextSharp.text.pdf marked
Результат IntHashtable

namePtr защищенное свойство

protected int[] namePtr
Результат int[]

openAction защищенное свойство

protected PdfAction,iTextSharp.text.pdf openAction
Результат PdfAction

partialFlattening защищенное свойство

protected Dictionary partialFlattening
Результат object>.Dictionary

sigFlags защищенное свойство

protected int sigFlags
Результат int

useVp защищенное свойство

protected bool useVp
Результат bool

viewerPreferences защищенное свойство

protected PdfViewerPreferencesImp,iTextSharp.text.pdf.intern viewerPreferences
Результат iTextSharp.text.pdf.intern.PdfViewerPreferencesImp