LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BaseReserved Property
See Also 
Leadtools.ColorConversion Namespace > IccTagTypeBase Class : BaseReserved Property



Gets the 4 reserved bytes. Currently they are set to 0.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BaseReserved As Byte()
Visual Basic (Usage)Copy Code
Dim instance As IccTagTypeBase
Dim value() As Byte
 
value = instance.BaseReserved
C# 
public byte[] BaseReserved {get;}
C++/CLI 
public:
property array<byte>^ BaseReserved {
   array<byte>^ get();
}

Property Value

An array of byte that contains the 4 resreved bytes.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also