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

상속: IPdfViewerPreferences, IPdfEncryptionSettings
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
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

메소드 상세

AddDocument() 공개 메소드

public AddDocument ( PdfReader reader ) : void
reader PdfReader
리턴 void

AddDocument() 공개 메소드

public AddDocument ( PdfReader reader, ICollection pagesToKeep ) : void
reader PdfReader
pagesToKeep ICollection
리턴 void

AddDocument() 공개 메소드

public AddDocument ( PdfReader reader, String ranges ) : void
reader PdfReader
ranges String
리턴 void

AddJavaScript() 공개 메소드

public AddJavaScript ( String js ) : void
js String
리턴 void

AddViewerPreference() 공개 메소드

public AddViewerPreference ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CopyDocumentFields() 공개 메소드

public CopyDocumentFields ( PdfReader reader ) : void
reader PdfReader
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

PdfCopyForms() 공개 메소드

public PdfCopyForms ( Stream os ) : System
os Stream
리턴 System

SetEncryption() 공개 메소드

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

SetEncryption() 공개 메소드

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

SetEncryption() 공개 메소드

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

SetEncryption() 공개 메소드

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

SetFullCompression() 공개 메소드

public SetFullCompression ( ) : void
리턴 void