Skip to main content
Skip table of contents

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
TypeNameDescription
Imageimagethe Image
Summary

Creats an Image from a PdfTemplate.

ImgTemplate [2/2]

Source code

public ImgTemplate(PdfTemplate template)
Arguments
TypeNameDescription
PdfTemplatetemplatethe PdfTemplate
Summary

Creats an Image from a PdfTemplate.

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.