C# Class iTextSharp.text.ImgTemplate

PdfTemplate that has to be inserted into the document
Inheritance: Image
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Méthode 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 méthode

Creats an Image from a PdfTemplate.
public ImgTemplate ( Image image ) : System
image Image the Image
Résultat System

ImgTemplate() public méthode

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