Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

SetPaintLookupTable Method








An array of bytes representing the paint lookup table to use.
For internal use by LEADTOOLS.
Syntax
public void SetPaintLookupTable( 
   byte[] value
)
'Declaration
 
Public Sub SetPaintLookupTable( _
   ByVal value() As Byte _
) 
'Usage
 
Dim instance As RasterImage
Dim value() As Byte
 
instance.SetPaintLookupTable(value)
public void SetPaintLookupTable( 
   byte[] value
)
@property (nonatomic, strong) NSData *paintLookupTable
public void setPaintLookupTable(byte[] value)
 function Leadtools.RasterImage.SetPaintLookupTable( 
   value 
)
public:
void SetPaintLookupTable( 
   array<byte>^ value
) 

Parameters

value
An array of bytes representing the paint lookup table to use.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file