| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal data() As Byte, _ ByVal type As IccDataType _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim data() As Byte Dim type As IccDataType Dim instance As New IccData(data, type) | |
| C# | |
|---|---|
public IccData( byte[] data, IccDataType type ) | |
| C++/CLI | |
|---|---|
public: IccData( array<byte>^ data, IccDataType type ) | |
Parameters
- data
- Array that contains the tag data.
- type
- A value that indicates the method type. For a list of possible values, refer to ICCDATATYPEFLAGS.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)