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 Function GetHighVal As Integer
public:
virtual int GetHighVal() sealed
Return Value
Type:
Int32the 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