Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static Image GetInstance( int width, int height, byte[] data, byte[] globals ) |
Visual Basic |
---|
Public Shared Function GetInstance ( _ width As Integer, _ height As Integer, _ data As Byte(), _ globals As Byte() _ ) As Image |
Visual C++ |
---|
public: static Image^ GetInstance( int width, int height, array<unsigned char>^ data, array<unsigned char>^ globals ) |
Parameters
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32
- data
- Type: array<System..::..Byte>[]()[][]
- globals
- Type: array<System..::..Byte>[]()[][]