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, bool reverseBits, int typeCCITT, int parameters, byte[] data, int[] transparency ) |
Visual Basic |
---|
Public Shared Function GetInstance ( _ width As Integer, _ height As Integer, _ reverseBits As Boolean, _ typeCCITT As Integer, _ parameters As Integer, _ data As Byte(), _ transparency As Integer() _ ) As Image |
Visual C++ |
---|
public: static Image^ GetInstance( int width, int height, bool reverseBits, int typeCCITT, int parameters, array<unsigned char>^ data, array<int>^ transparency ) |
Parameters
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32
- reverseBits
- Type: System..::..Boolean
- typeCCITT
- Type: System..::..Int32
- parameters
- Type: System..::..Int32
- data
- Type: array<System..::..Byte>[]()[][]
- transparency
- Type: array<System..::..Int32>[]()[][]