C# Class iTextSharp.text.pdf.PdfResourceFileCache

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
ContainsKey ( string key ) : bool
Get ( string key ) : byte[]
Set ( string key, byte value ) : bool

Method Details

ContainsKey() public static méthode

public static ContainsKey ( string key ) : bool
key string
Résultat bool

Get() public static méthode

public static Get ( string key ) : byte[]
key string
Résultat byte[]

Set() public static méthode

public static Set ( string key, byte value ) : bool
key string
value byte
Résultat bool