Class PdfResourceFileCache
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
public static class PdfResourceFileCache
- Inheritance
-
PdfResourceFileCache
- Inherited Members
Methods
ContainsKey(string)
public static bool ContainsKey(string key)
Parameters
key
string
Returns
Get(string)
public static byte[] Get(string key)
Parameters
key
string
Returns
- byte[]
Set(string, byte[])
public static bool Set(string key, byte[] value)