Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > IccHeader Structure : Reserved Property |
public byte[] Reserved {get; set;}
'Declaration Public Property Reserved As Byte()
'Usage Dim instance As IccHeader Dim value() As Byte instance.Reserved = value value = instance.Reserved
public: property array<byte>^ Reserved { array<byte>^ get(); void set ( array<byte>^ value); }