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

ImgWMF() public method

Constructs an ImgWMF-object from memory.
public ImgWMF ( byte img ) : System
img byte the memory image
return System
        public ImgWMF(byte[] img)
            : base((Uri)null)
        {
            rawData = img;
            originalData = img;
            ProcessParameters();
        }

Same methods

ImgWMF::ImgWMF ( Image image ) : System
ImgWMF::ImgWMF ( Uri url ) : System
ImgWMF::ImgWMF ( string filename ) : System