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;} |
Managed Extensions for C++ | |
---|
public: __property ushort[]* get_PcsValue();
public: __property void set_PcsValue(
ushort[]* value
); |
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 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