Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
Data Property
See Also 
Leadtools.ColorConversion Namespace > IccS15Fixed16ArrayTagType Class : Data Property




Gets or sets the tag type array of data.

Syntax

Visual Basic (Declaration) 
Public Property Data As Integer()
Visual Basic (Usage)Copy Code
Dim instance As IccS15Fixed16ArrayTagType
Dim value() As Integer
 
instance.Data = value
 
value = instance.Data
C# 
public int[] Data {get; set;}
Managed Extensions for C++ 
public: __property int[]* get_Data();
public: __property void set_Data( 
   int[]* value
);
C++/CLI 
public:
property array<int>^ Data {
   array<int>^ get();
   void set (intarray<value>^ value);
}

Return Value

Array that contains the tag's data.

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