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

Summary for ImageConverter.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
Convert ( Graphic graphic ) : iTextSharp.text.Image

Converts the specified graphic.

ImageConverter ( ) : System

Private Methods

Method 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 method

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

ImageConverter() public method

public ImageConverter ( ) : System
return System