ImageGear .NET v25.0 - Updated
HiVal Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorSpace Class : HiVal Property
Gets the highest index for the color lookup table for an indexed color space.
Syntax
'Declaration
 
Public ReadOnly Property HiVal As Integer
'Usage
 
Dim instance As ImGearPDEColorSpace
Dim value As Integer
 
value = instance.HiVal
public int HiVal {get;}
public: __property int get_HiVal();
public:
property int HiVal {
   int get();
}

Property Value

Integer value.
Remarks
Since the color table is indexed from 0 to HiVal, the actual number of entries is HiVal + 1.
Note: An exception is thrown when trying to access this property on a non-indexed color space.
See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members