C#
VB
C++
Initializes a new IccData with explicit parameters.
public IccData(
byte[] data,
IccDataType type
)
Public Function New( _
ByVal data() As Byte, _
ByVal type As Leadtools.Colorconversion.IccDataType _
)
public:
IccData(
array<byte>^ data,
Leadtools.Colorconversion.IccDataType type
)
data
Array that contains the tag data.
type
A value that indicates the method type. For a list of possible values, refer to ICCDATATYPEFLAGS.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET