C# Class AODL.ExternalExporter.PDF.Document.ContentConverter.ImageConverter

Summary for ImageConverter.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( Graphic graphic ) : iTextSharp.text.Image

Converts the specified graphic.

ImageConverter ( ) : System

Private Methods

Méthode Description
ScaleIfNessarry ( iTextSharp img, Frame frame ) : iTextSharp.text.Image

Scales the pdf image if nessarry by percent.

SetImageProperties ( iTextSharp image, Frame frame ) : iTextSharp.text.Image

Sets the image properties.

Method Details

Convert() public méthode

Converts the specified graphic.
public Convert ( Graphic graphic ) : iTextSharp.text.Image
graphic AODL.Document.Content.Draw.Graphic The graphic.
Résultat iTextSharp.text.Image

ImageConverter() public méthode

public ImageConverter ( ) : System
Résultat System