Leadtools.ColorConversion Namespace > IccHeader Structure : ProfileId Property |
public byte[] ProfileId {get; set;}
'Declaration Public Property ProfileId As Byte()
'Usage Dim instance As IccHeader Dim value() As Byte instance.ProfileId = value value = instance.ProfileId
public: property array<byte>^ ProfileId { array<byte>^ get(); void set ( array<byte>^ value); }