C# Class iTextSharp.text.pdf.PdfCopyForms

Inheritance: IPdfViewerPreferences, IPdfEncryptionSettings
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

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

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

AddDocument() public method

public AddDocument ( PdfReader reader, ICollection pagesToKeep ) : void
reader PdfReader
pagesToKeep ICollection
return void

AddDocument() public method

public AddDocument ( PdfReader reader, String ranges ) : void
reader PdfReader
ranges String
return void

AddJavaScript() public method

public AddJavaScript ( String js ) : void
js String
return void

AddViewerPreference() public method

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

Close() public method

public Close ( ) : void
return void

CopyDocumentFields() public method

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

Open() public method

public Open ( ) : void
return void

PdfCopyForms() public method

public PdfCopyForms ( Stream os ) : System
os Stream
return System

SetEncryption() public method

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

SetEncryption() public method

public SetEncryption ( bool strength, String userPassword, String ownerPassword, int permissions ) : void
strength bool
userPassword String
ownerPassword String
permissions int
return void

SetEncryption() public method

public SetEncryption ( byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
userPassword byte
ownerPassword byte
permissions int
strength128Bits bool
return void

SetEncryption() public method

public SetEncryption ( byte userPassword, byte ownerPassword, int permissions, int encryptionType ) : void
userPassword byte
ownerPassword byte
permissions int
encryptionType int
return void

SetFullCompression() public method

public SetFullCompression ( ) : void
return void