C# Class iTextSharp.text.pdf.PdfEncryptor

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
Encrypt ( PdfReader reader, Stream os, bool strength, String userPassword, String ownerPassword, int permissions ) : void
Encrypt ( PdfReader reader, Stream os, bool strength, String userPassword, String ownerPassword, int permissions, string>.Dictionary newInfo ) : void
Encrypt ( PdfReader reader, Stream os, byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
Encrypt ( PdfReader reader, Stream os, byte userPassword, byte ownerPassword, int permissions, bool strength128Bits, string>.Dictionary newInfo ) : void
Encrypt ( PdfReader reader, Stream os, int type, String userPassword, String ownerPassword, int permissions ) : void
Encrypt ( PdfReader reader, Stream os, int type, String userPassword, String ownerPassword, int permissions, string>.Dictionary newInfo ) : void
GetPermissionsVerbose ( int permissions ) : String
IsAssemblyAllowed ( int permissions ) : bool
IsCopyAllowed ( int permissions ) : bool
IsDegradedPrintingAllowed ( int permissions ) : bool
IsFillInAllowed ( int permissions ) : bool
IsModifyAnnotationsAllowed ( int permissions ) : bool
IsModifyContentsAllowed ( int permissions ) : bool
IsPrintingAllowed ( int permissions ) : bool
IsScreenReadersAllowed ( int permissions ) : bool

Private Methods

Méthode Description
PdfEncryptor ( ) : System

Method Details

Encrypt() public static méthode

public static Encrypt ( PdfReader reader, Stream os, bool strength, String userPassword, String ownerPassword, int permissions ) : void
reader PdfReader
os Stream
strength bool
userPassword String
ownerPassword String
permissions int
Résultat void

Encrypt() public static méthode

public static Encrypt ( PdfReader reader, Stream os, bool strength, String userPassword, String ownerPassword, int permissions, string>.Dictionary newInfo ) : void
reader PdfReader
os Stream
strength bool
userPassword String
ownerPassword String
permissions int
newInfo string>.Dictionary
Résultat void

Encrypt() public static méthode

public static Encrypt ( PdfReader reader, Stream os, byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
reader PdfReader
os Stream
userPassword byte
ownerPassword byte
permissions int
strength128Bits bool
Résultat void

Encrypt() public static méthode

public static Encrypt ( PdfReader reader, Stream os, byte userPassword, byte ownerPassword, int permissions, bool strength128Bits, string>.Dictionary newInfo ) : void
reader PdfReader
os Stream
userPassword byte
ownerPassword byte
permissions int
strength128Bits bool
newInfo string>.Dictionary
Résultat void

Encrypt() public static méthode

public static Encrypt ( PdfReader reader, Stream os, int type, String userPassword, String ownerPassword, int permissions ) : void
reader PdfReader
os Stream
type int
userPassword String
ownerPassword String
permissions int
Résultat void

Encrypt() public static méthode

public static Encrypt ( PdfReader reader, Stream os, int type, String userPassword, String ownerPassword, int permissions, string>.Dictionary newInfo ) : void
reader PdfReader
os Stream
type int
userPassword String
ownerPassword String
permissions int
newInfo string>.Dictionary
Résultat void

GetPermissionsVerbose() public static méthode

public static GetPermissionsVerbose ( int permissions ) : String
permissions int
Résultat String

IsAssemblyAllowed() public static méthode

public static IsAssemblyAllowed ( int permissions ) : bool
permissions int
Résultat bool

IsCopyAllowed() public static méthode

public static IsCopyAllowed ( int permissions ) : bool
permissions int
Résultat bool

IsDegradedPrintingAllowed() public static méthode

public static IsDegradedPrintingAllowed ( int permissions ) : bool
permissions int
Résultat bool

IsFillInAllowed() public static méthode

public static IsFillInAllowed ( int permissions ) : bool
permissions int
Résultat bool

IsModifyAnnotationsAllowed() public static méthode

public static IsModifyAnnotationsAllowed ( int permissions ) : bool
permissions int
Résultat bool

IsModifyContentsAllowed() public static méthode

public static IsModifyContentsAllowed ( int permissions ) : bool
permissions int
Résultat bool

IsPrintingAllowed() public static méthode

public static IsPrintingAllowed ( int permissions ) : bool
permissions int
Résultat bool

IsScreenReadersAllowed() public static méthode

public static IsScreenReadersAllowed ( int permissions ) : bool
permissions int
Résultat bool