C# 클래스 iTextSharp.tool.xml.pipeline.html.AbstractImageProvider

상속: IImageProvider
파일 보기 프로젝트 열기: boecko/iTextSharp

공개 메소드들

메소드 설명
AbstractImageProvider ( ) : System
GetImageRootPath ( ) : string
Reset ( ) : void
Retrieve ( String src ) : Image
Store ( String src, Image img ) : void

메소드 상세

AbstractImageProvider() 공개 메소드

public AbstractImageProvider ( ) : System
리턴 System

GetImageRootPath() 공개 추상적인 메소드

public abstract GetImageRootPath ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Retrieve() 공개 메소드

public Retrieve ( String src ) : Image
src String
리턴 Image

Store() 공개 메소드

public Store ( String src, Image img ) : void
src String
img Image
리턴 void