ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorSpace Class : GetCTable Method |
'Declaration Public Function GetCTable() As Byte()
'Usage Dim instance As ImGearPDEColorSpace Dim value() As Byte value = instance.GetCTable()
public byte[] GetCTable()
public: byte[]* GetCTable();
public: array<byte>^ GetCTable();
BaseColorComponents
bytes, and the table is indexed 0 to HiVal
, where HiVal
is the highest index in the color table. The table is indexed from 0 to HiVal
, thus the table contains HiVal
+ 1 entries.