Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UpdateDataArray Method
See Also 
Leadtools.ColorConversion Namespace > IccProfileExtended Class : UpdateDataArray Method



At some point, after adding and deleting tags, the Data array will not reflect that latest changes. Call this method to update it.

Syntax

Visual Basic (Declaration) 
Public Sub UpdateDataArray() 
Visual Basic (Usage)Copy Code
Dim instance As IccProfileExtended
 
instance.UpdateDataArray()
C# 
public void UpdateDataArray()
C++/CLI 
public:
void UpdateDataArray(); 

Example

For an example, refer to IccProfileExtended.

Requirements

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

See Also