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
| Returns | Name |
|---|---|
void | ReadWMF(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 codepublic ImgWMF(Image image)
Arguments
| Type | Name | Description |
|---|---|---|
Image | image | a Image |
Summary
Constructs an ImgWMF-object
ImgWMF [2/4]
Source codepublic ImgWMF(Uri url)
Arguments
| Type | Name | Description |
|---|---|---|
Uri | url | the URL where the image can be found |
Summary
Constructs an ImgWMF-object, using an url.
ImgWMF [3/4]
Source codepublic ImgWMF(string filename)
Arguments
| Type | Name | Description |
|---|---|---|
string | filename | a string-representation of the file that contains the image. |
Summary
Constructs an ImgWMF-object, using a filename.
ImgWMF [4/4]
Source codepublic ImgWMF(byte[] img)
Arguments
| Type | Name | Description |
|---|---|---|
byte``[] | img | the memory image |
Summary
Constructs an ImgWMF-object from memory.
Methods
ReadWMF
Source codepublic virtual void ReadWMF(PdfTemplate template)
Arguments
| Type | Name | Description |
|---|---|---|
PdfTemplate | template | the template to read to |
Summary
Reads the WMF into a template.
Generated with ModularDoc