C# 클래스 iTextSharp.text.pdf.PdfStamperImp

상속: PdfWriter
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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