Table of Contents

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

bool

Get(string)

public static byte[] Get(string key)

Parameters

key string

Returns

byte[]

Set(string, byte[])

public static bool Set(string key, byte[] value)

Parameters

key string
value byte[]

Returns

bool