C# Класс iTextSharp.text.ImgWMF

An ImgWMF is the representation of a windows metafile that has to be inserted into the document
Наследование: Image
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ImgWMF ( Image image ) : System

Constructs an ImgWMF-object

ImgWMF ( Uri url ) : System

Constructs an ImgWMF-object, using an url.

ImgWMF ( byte img ) : System

Constructs an ImgWMF-object from memory.

ImgWMF ( string filename ) : System

Constructs an ImgWMF-object, using a filename.

ReadWMF ( PdfTemplate template ) : void

Reads the WMF into a template.

Приватные методы

Метод Описание
ProcessParameters ( ) : void

This method checks if the image is a valid WMF and processes some parameters.

Описание методов

ImgWMF() публичный метод

Constructs an ImgWMF-object
public ImgWMF ( Image image ) : System
image Image a Image
Результат System

ImgWMF() публичный метод

Constructs an ImgWMF-object, using an url.
public ImgWMF ( Uri url ) : System
url System.Uri the URL where the image can be found
Результат System

ImgWMF() публичный метод

Constructs an ImgWMF-object from memory.
public ImgWMF ( byte img ) : System
img byte the memory image
Результат System

ImgWMF() публичный метод

Constructs an ImgWMF-object, using a filename.
public ImgWMF ( string filename ) : System
filename string a string-representation of the file that contains the image.
Результат System

ReadWMF() публичный метод

Reads the WMF into a template.
public ReadWMF ( PdfTemplate template ) : void
template iTextSharp.text.pdf.PdfTemplate the template to read to
Результат void