C# Class iTextSharp.text.pdf.PdfCopyFields

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

Public Methods

Method Description
AddDocument ( PdfReader reader ) : void
AddDocument ( PdfReader reader, IList pagesToKeep ) : void
AddDocument ( PdfReader reader, String ranges ) : void
AddJavaScript ( String js ) : void
AddViewerPreference ( PdfName key, PdfObject value ) : void
Close ( ) : void
Open ( ) : void
PdfCopyFields ( Stream os ) : System
PdfCopyFields ( Stream os, char pdfVersion ) : 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, IList pagesToKeep ) : void
reader PdfReader
pagesToKeep IList
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

Open() public method

public Open ( ) : void
return void

PdfCopyFields() public method

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

PdfCopyFields() public method

public PdfCopyFields ( Stream os, char pdfVersion ) : System
os Stream
pdfVersion char
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