ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCColourRepresentation Structure / ToByteArray Method




In This Topic
ToByteArray Method
In This Topic
Converts value to byte array.
Syntax
'Declaration
 
Public Function ToByteArray() As Byte()
 
'Usage
 
Dim instance As ImGearIPTCColourRepresentation
Dim value() As Byte
 
value = instance.ToByteArray()

Return Value

String value.
See Also