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

Inheritance: IImageProvider
Afficher le fichier Open project: boecko/iTextSharp

Méthodes publiques

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

Method Details

AbstractImageProvider() public méthode

public AbstractImageProvider ( ) : System
Résultat System

GetImageRootPath() public abstract méthode

public abstract GetImageRootPath ( ) : string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

Retrieve() public méthode

public Retrieve ( String src ) : Image
src String
Résultat Image

Store() public méthode

public Store ( String src, Image img ) : void
src String
img Image
Résultat void