Initializes a new instance of the Jpeg2000 class
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Jpeg2000( byte[] img ) |
Visual Basic |
---|
Public Sub New ( _ img As Byte() _ ) |
Visual C++ |
---|
public: Jpeg2000( array<unsigned char>^ img ) |
Parameters
- img
- Type: array<System..::..Byte>[]()[][]