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