Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PcsValue Property
See Also 
Leadtools.ColorConversion Namespace > IccColorantTableData Structure : PcsValue Property



Gets or sets the PCS values.

Syntax

Visual Basic (Declaration) 
Public Property PcsValue As UShort()
Visual Basic (Usage)Copy Code
Dim instance As IccColorantTableData
Dim value() As UShort
 
instance.PcsValue = value
 
value = instance.PcsValue
C# 
public ushort[] PcsValue {get; set;}
C++/CLI 
public:
property array<ushort>^ PcsValue {
   array<ushort>^ get();
   void set (ushortarray<value>^ value);
}

Return Value

An array of 3 values that contains PCS values of the colorant in the color space of the profile.

Requirements

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

See Also