Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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();
}

Return Value

An array of byte that contains the 4 resreved bytes.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also