Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
Managed Extensions for C++ 
public: __property byte[]* get_BaseReserved();
C++/CLI 
public:
property array<byte>^ BaseReserved {
   array<byte>^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also