C# 클래스 AODL.ExternalExporter.PDF.Document.ContentConverter.ImageConverter

Summary for ImageConverter.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( Graphic graphic ) : iTextSharp.text.Image

Converts the specified graphic.

ImageConverter ( ) : System

비공개 메소드들

메소드 설명
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.

메소드 상세

Convert() 공개 메소드

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

ImageConverter() 공개 메소드

public ImageConverter ( ) : System
리턴 System