XFINIUM.PDF Documentation
ColorTable Property



Gets or sets the color table.
Syntax
'Declaration
 
Public Property ColorTable As Byte()
'Usage
 
Dim instance As PdfIndexedColorSpace
Dim value() As Byte
 
instance.ColorTable = value
 
value = instance.ColorTable
public byte[] ColorTable {get; set;}
public:
property array<byte>^ ColorTable {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The table of color components.
Remarks
The color table data must be m * ColorCount bytes long, where m is the number of color components in the base color space. Each byte is an unsigned integer in the range 0 to 255 that is scaled to the range of the corresponding color component in the base color space; that is, 0 corresponds to the minimum value in the range for that component, and 255 corresponds to the maximum.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfIndexedColorSpace Class
PdfIndexedColorSpace Members

Send Feedback