C# 클래스 iTextSharp.text.ImgWMF

An ImgWMF is the representation of a windows metafile that has to be inserted into the document
상속: Image
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

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