LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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;}
C++/CLI 
public:
property array<int>^ Data {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array that contains the tag's data.

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