iTextSharp.text.pdf.PdfResourceFileCache.ContainsKey C# (CSharp) Method

ContainsKey() public static method

public static ContainsKey ( string key ) : bool
key string
return bool
        public static bool ContainsKey(string key)
        {
            return s_Cache.ContainsKey(key);
        }
    }
PdfResourceFileCache