iTextSharp.text.ImgWMF.ImgWMF C# (CSharp) Method

ImgWMF() public method

Constructs an ImgWMF-object, using a filename.
public ImgWMF ( string filename ) : System
filename string a string-representation of the file that contains the image.
return System
        public ImgWMF(string filename)
            : this(Utilities.ToURL(filename))
        {
        }

Same methods

ImgWMF::ImgWMF ( Image image ) : System
ImgWMF::ImgWMF ( Uri url ) : System
ImgWMF::ImgWMF ( byte img ) : System