C# Class iTextSharp.tool.xml.pipeline.html.AbstractImageProvider

Inheritance: IImageProvider
Show file Open project: boecko/iTextSharp

Public Methods

Method Description
AbstractImageProvider ( ) : System
GetImageRootPath ( ) : string
Reset ( ) : void
Retrieve ( String src ) : Image
Store ( String src, Image img ) : void

Method Details

AbstractImageProvider() public method

public AbstractImageProvider ( ) : System
return System

GetImageRootPath() public abstract method

public abstract GetImageRootPath ( ) : string
return string

Reset() public method

public Reset ( ) : void
return void

Retrieve() public method

public Retrieve ( String src ) : Image
src String
return Image

Store() public method

public Store ( String src, Image img ) : void
src String
img Image
return void