Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > IccColorantTableData Structure : PcsValue Property |
public ushort[] PcsValue {get; set;}
'Declaration Public Property PcsValue As UShort()
'Usage Dim instance As IccColorantTableData Dim value() As UShort instance.PcsValue = value value = instance.PcsValue
public: property array<ushort>^ PcsValue { array<ushort>^ get(); void set ( array<ushort>^ value); }