Gets or sets InterColorProfile Tag value.
Syntax
'Declaration
Public Property InterColorProfile As Byte()
'Usage
Dim instance As ImGearEXIFMetadata
Dim value() As Byte
instance.InterColorProfile = value
value = instance.InterColorProfile
public byte[] InterColorProfile {get; set;}
public: __property byte[]* get_InterColorProfile();
public: __property void set_InterColorProfile(
byte[]* value
);
public:
property array<byte>^ InterColorProfile {
array<byte>^ get();
void set ( array<byte>^ value);
}
Property Value
Array of bytes.
See Also