Skip to main content
Skip table of contents

ImgWMF

ImgWMF Public class

Description

An ImgWMF is the representation of a windows metafile 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.ImgWMF[[ImgWMF]]
  iTextSharp.text.Image[[Image]]
  class iTextSharp.text.Image abstractStyle;
  end
iTextSharp.text.Image --> iTextSharp.text.ImgWMF

Members

Methods

Public methods
ReturnsName
voidReadWMF(PdfTemplate template)
Reads the WMF into a template.

Details

Summary

An ImgWMF is the representation of a windows metafile that has to be inserted into the document

Inheritance

Constructors

ImgWMF [1/4]

Source code

public ImgWMF(Image image)
Arguments
TypeNameDescription
Imageimagea Image
Summary

Constructs an ImgWMF-object

ImgWMF [2/4]

Source code

public ImgWMF(Uri url)
Arguments
TypeNameDescription
Uriurlthe URL where the image can be found
Summary

Constructs an ImgWMF-object, using an url.

ImgWMF [3/4]

Source code

public ImgWMF(string filename)
Arguments
TypeNameDescription
stringfilenamea string-representation of the file that contains the image.
Summary

Constructs an ImgWMF-object, using a filename.

ImgWMF [4/4]

Source code

public ImgWMF(byte[] img)
Arguments
TypeNameDescription
byte``[]imgthe memory image
Summary

Constructs an ImgWMF-object from memory.

Methods

ReadWMF

Source code

public virtual void ReadWMF(PdfTemplate template)
Arguments
TypeNameDescription
PdfTemplatetemplatethe template to read to
Summary

Reads the WMF into a template.

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.