C# Class iTextSharp.text.pdf.PdfCopyForms

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

Méthodes publiques

Méthode Description
AddDocument ( PdfReader reader ) : void
AddDocument ( PdfReader reader, ICollection pagesToKeep ) : void
AddDocument ( PdfReader reader, String ranges ) : void
AddJavaScript ( String js ) : void
AddViewerPreference ( PdfName key, PdfObject value ) : void
Close ( ) : void
CopyDocumentFields ( PdfReader reader ) : void
Open ( ) : void
PdfCopyForms ( Stream os ) : System
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
SetFullCompression ( ) : void

Method Details

AddDocument() public méthode

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

AddDocument() public méthode

public AddDocument ( PdfReader reader, ICollection pagesToKeep ) : void
reader PdfReader
pagesToKeep ICollection
Résultat void

AddDocument() public méthode

public AddDocument ( PdfReader reader, String ranges ) : void
reader PdfReader
ranges String
Résultat void

AddJavaScript() public méthode

public AddJavaScript ( String js ) : void
js String
Résultat void

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

CopyDocumentFields() public méthode

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

Open() public méthode

public Open ( ) : void
Résultat void

PdfCopyForms() public méthode

public PdfCopyForms ( Stream os ) : System
os Stream
Résultat System

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

SetFullCompression() public méthode

public SetFullCompression ( ) : void
Résultat void