C# Class iTextSharp.text.pdf.PdfStamper

Inheritance: IPdfViewerPreferences, IPdfEncryptionSettings
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
hasSignature bool
sigApp PdfSignatureAppearance
stamper PdfStamperImp

Méthodes publiques

Méthode Description
AddAnnotation ( PdfAnnotation annot, int page ) : void
AddComments ( FdfReader fdf ) : void
AddFileAttachment ( String description, PdfFileSpecification fs ) : void
AddFileAttachment ( String description, byte fileStore, String file, String fileDisplay ) : void
AddSignature ( String name, int page, float llx, float lly, float urx, float ury ) : PdfFormField
AddViewerPreference ( PdfName key, PdfObject value ) : void
Close ( ) : void
CreateSignature ( PdfReader reader, Stream os, char pdfVersion ) : PdfStamper
CreateSignature ( PdfReader reader, Stream os, char pdfVersion, string tempFile ) : PdfStamper
CreateSignature ( PdfReader reader, Stream os, char pdfVersion, string tempFile, bool append ) : PdfStamper
Dispose ( ) : void
GetImportedPage ( PdfReader reader, int pageNumber ) : PdfImportedPage
GetOverContent ( int pageNum ) : PdfContentByte
GetPdfLayers ( ) : PdfLayer>.Dictionary
GetUnderContent ( int pageNum ) : PdfContentByte
InsertPage ( int pageNumber, Rectangle mediabox ) : void
MakePackage ( PdfCollection collection ) : void
MakePackage ( PdfName initialView ) : void
MarkUsed ( PdfObject obj ) : void
PartialFormFlattening ( String name ) : bool
PdfStamper ( PdfReader reader, Stream os ) : System
PdfStamper ( PdfReader reader, Stream os, char pdfVersion ) : System
PdfStamper ( PdfReader reader, Stream os, char pdfVersion, bool append ) : System
ReplacePage ( PdfReader r, int pageImported, int pageReplaced ) : void
SetDuration ( int seconds, int page ) : void
SetEncryption ( X509Certificate certs, int permissions, int encryptionType ) : void
SetEncryption ( bool strength, String userPassword, String ownerPassword, int permissions ) : void
SetEncryption ( byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
SetEncryption ( byte userPassword, byte ownerPassword, int permissions, int encryptionType ) : void
SetEncryption ( int encryptionType, String userPassword, String ownerPassword, int permissions ) : void
SetFullCompression ( ) : void
SetPageAction ( PdfName actionType, PdfAction action, int page ) : void
SetThumbnail ( System.Image image, int page ) : void
SetTransition ( PdfTransition transition, int page ) : void

Méthodes protégées

Méthode Description
PdfStamper ( ) : System

Private Methods

Méthode Description
MergeVerification ( ) : void

Method Details

AddAnnotation() public méthode

public AddAnnotation ( PdfAnnotation annot, int page ) : void
annot PdfAnnotation
page int
Résultat void

AddComments() public méthode

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

AddFileAttachment() public méthode

public AddFileAttachment ( String description, PdfFileSpecification fs ) : void
description String
fs PdfFileSpecification
Résultat void

AddFileAttachment() public méthode

public AddFileAttachment ( String description, byte fileStore, String file, String fileDisplay ) : void
description String
fileStore byte
file String
fileDisplay String
Résultat void

AddSignature() public méthode

public AddSignature ( String name, int page, float llx, float lly, float urx, float ury ) : PdfFormField
name String
page int
llx float
lly float
urx float
ury float
Résultat PdfFormField

AddViewerPreference() public méthode

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

Close() public méthode

public Close ( ) : void
Résultat void

CreateSignature() public static méthode

public static CreateSignature ( PdfReader reader, Stream os, char pdfVersion ) : PdfStamper
reader PdfReader
os Stream
pdfVersion char
Résultat PdfStamper

CreateSignature() public static méthode

public static CreateSignature ( PdfReader reader, Stream os, char pdfVersion, string tempFile ) : PdfStamper
reader PdfReader
os Stream
pdfVersion char
tempFile string
Résultat PdfStamper

CreateSignature() public static méthode

public static CreateSignature ( PdfReader reader, Stream os, char pdfVersion, string tempFile, bool append ) : PdfStamper
reader PdfReader
os Stream
pdfVersion char
tempFile string
append bool
Résultat PdfStamper

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetImportedPage() public méthode

public GetImportedPage ( PdfReader reader, int pageNumber ) : PdfImportedPage
reader PdfReader
pageNumber int
Résultat PdfImportedPage

GetOverContent() public méthode

public GetOverContent ( int pageNum ) : PdfContentByte
pageNum int
Résultat PdfContentByte

GetPdfLayers() public méthode

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

GetUnderContent() public méthode

public GetUnderContent ( int pageNum ) : PdfContentByte
pageNum int
Résultat PdfContentByte

InsertPage() public méthode

public InsertPage ( int pageNumber, Rectangle mediabox ) : void
pageNumber int
mediabox Rectangle
Résultat void

MakePackage() public méthode

public MakePackage ( PdfCollection collection ) : void
collection iTextSharp.text.pdf.collection.PdfCollection
Résultat void

MakePackage() public méthode

public MakePackage ( PdfName initialView ) : void
initialView PdfName
Résultat void

MarkUsed() public méthode

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

PartialFormFlattening() public méthode

public PartialFormFlattening ( String name ) : bool
name String
Résultat bool

PdfStamper() protected méthode

protected PdfStamper ( ) : System
Résultat System

PdfStamper() public méthode

public PdfStamper ( PdfReader reader, Stream os ) : System
reader PdfReader
os Stream
Résultat System

PdfStamper() public méthode

public PdfStamper ( PdfReader reader, Stream os, char pdfVersion ) : System
reader PdfReader
os Stream
pdfVersion char
Résultat System

PdfStamper() public méthode

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

ReplacePage() public méthode

public ReplacePage ( PdfReader r, int pageImported, int pageReplaced ) : void
r PdfReader
pageImported int
pageReplaced int
Résultat void

SetDuration() public méthode

public SetDuration ( int seconds, int page ) : void
seconds int
page int
Résultat void

SetEncryption() public méthode

public SetEncryption ( X509Certificate certs, int permissions, int encryptionType ) : void
certs Org.BouncyCastle.X509.X509Certificate
permissions int
encryptionType int
Résultat void

SetEncryption() public méthode

public SetEncryption ( bool strength, String userPassword, String ownerPassword, int permissions ) : void
strength bool
userPassword String
ownerPassword String
permissions int
Résultat void

SetEncryption() public méthode

public SetEncryption ( byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
userPassword byte
ownerPassword byte
permissions int
strength128Bits bool
Résultat void

SetEncryption() public méthode

public SetEncryption ( byte userPassword, byte ownerPassword, int permissions, int encryptionType ) : void
userPassword byte
ownerPassword byte
permissions int
encryptionType int
Résultat void

SetEncryption() public méthode

public SetEncryption ( int encryptionType, String userPassword, String ownerPassword, int permissions ) : void
encryptionType int
userPassword String
ownerPassword String
permissions int
Résultat void

SetFullCompression() public méthode

public SetFullCompression ( ) : void
Résultat void

SetPageAction() public méthode

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

SetThumbnail() public méthode

public SetThumbnail ( System.Image image, int page ) : void
image System.Image
page int
Résultat void

SetTransition() public méthode

public SetTransition ( PdfTransition transition, int page ) : void
transition PdfTransition
page int
Résultat void

Property Details

hasSignature protected_oe property

protected bool hasSignature
Résultat bool

sigApp protected_oe property

protected PdfSignatureAppearance,iTextSharp.text.pdf sigApp
Résultat PdfSignatureAppearance

stamper protected_oe property

protected PdfStamperImp,iTextSharp.text.pdf stamper
Résultat PdfStamperImp