Click or drag to resize

ColorSpaceGetHighVal Method

Gets the highest index for the color lookup table for Indexed color space.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetHighVal()

Return Value

Type: Int32
the highest index for the color lookup table for Indexed color space. Since the color table is indexed from zero to highval, the actual number of entries is highval + 1. For color spaces other than indexed the method returns 0.
Remarks
for color spaces other than Indexed this method throws an exception.
See Also