LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Reserved Property (IccHeader)






Gets or sets the reserved bytes. .NET support
Syntax
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 byte[] Reserved {get; set;}
 get_Reserved();
set_Reserved(value);
public:
property array<byte>^ Reserved {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

An array of reserved bytes for the ICC organization.The Reserved value reserved for future ICC definition and shall be set to zero (00000000h).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.