Get/set the template to be used as an image.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfTemplate TemplateData { get; set; }
Visual Basic
Public Property TemplateData As PdfTemplate
	Get
	Set
Visual C++
public:
property PdfTemplate^ TemplateData {
	PdfTemplate^ get ();
	void set (PdfTemplate^ value);
}

Field Value

the template

Remarks

this only makes sense for Images of the type ImgTemplate.

See Also