iText 5

ImgTemplate

ImgTemplate Public class

Description

PdfTemplate that has to be inserted into the document

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.ImgTemplate[[ImgTemplate]] iTextSharp.text.Image[[Image]] class iTextSharp.text.Image abstractStyle; end iTextSharp.text.Image --> iTextSharp.text.ImgTemplate

Details

Summary

PdfTemplate that has to be inserted into the document

Inheritance

Constructors

ImgTemplate [1/2]

Source code

public ImgTemplate(Image image)

Arguments

Type

Name

Description

Image

image

the Image

Summary

Creats an Image from a PdfTemplate.

ImgTemplate [2/2]

Source code

public ImgTemplate(PdfTemplate template)

Arguments

Type

Name

Description

PdfTemplate

template

the PdfTemplate

Summary

Creats an Image from a PdfTemplate.

Generated with ModularDoc