C# 클래스 iTextSharp.text.pdf.PdfResourceFileCache

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool
Get ( string key ) : byte[]
Set ( string key, byte value ) : bool

메소드 상세

ContainsKey() 공개 정적인 메소드

public static ContainsKey ( string key ) : bool
key string
리턴 bool

Get() 공개 정적인 메소드

public static Get ( string key ) : byte[]
key string
리턴 byte[]

Set() 공개 정적인 메소드

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