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

Jpeg2000() public method

public Jpeg2000 ( byte img ) : System
img byte
return System
        public Jpeg2000(byte[] img)
            : base((Uri)null)
        {
            rawData = img;
            originalData = img;
            ProcessParameters();
        }

Same methods

Jpeg2000::Jpeg2000 ( Image image ) : System
Jpeg2000::Jpeg2000 ( Uri url ) : System
Jpeg2000::Jpeg2000 ( byte img, float width, float height ) : System