C# Class iTextSharp.text.ImgTemplate

PdfTemplate that has to be inserted into the document
Inheritance: Image
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
ImgTemplate ( Image image ) : System

Creats an Image from a PdfTemplate.

ImgTemplate ( PdfTemplate template ) : System

Creats an Image from a PdfTemplate.

Method Details

ImgTemplate() public method

Creats an Image from a PdfTemplate.
public ImgTemplate ( Image image ) : System
image Image the Image
return System

ImgTemplate() public method

Creats an Image from a PdfTemplate.
public ImgTemplate ( PdfTemplate template ) : System
template iTextSharp.text.pdf.PdfTemplate the PdfTemplate
return System