C# Класс AODL.ExternalExporter.PDF.Document.ContentConverter.ImageConverter

Summary for ImageConverter.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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