ImageGear .NET v24.12 - Updated
ToByteArray Method




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.IPTC Namespace > ImGearIPTCColourRepresentation Structure : ToByteArray Method
Converts value to byte array.
Syntax
'Declaration
 
Public Function ToByteArray() As Byte()
'Usage
 
Dim instance As ImGearIPTCColourRepresentation
Dim value() As Byte
 
value = instance.ToByteArray()
public byte[] ToByteArray()
public: byte[]* ToByteArray(); 
public:
array<byte>^ ToByteArray(); 

Return Value

String value.
See Also

Reference

ImGearIPTCColourRepresentation Structure
ImGearIPTCColourRepresentation Members