C# Class iTextSharp.text.pdf.PdfResourceFileCache

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
ContainsKey ( string key ) : bool
Get ( string key ) : byte[]
Set ( string key, byte value ) : bool

Method Details

ContainsKey() public static method

public static ContainsKey ( string key ) : bool
key string
return bool

Get() public static method

public static Get ( string key ) : byte[]
key string
return byte[]

Set() public static method

public static Set ( string key, byte value ) : bool
key string
value byte
return bool