Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

UsePaintLookupTable Property








For internal use by LEADTOOLS.
Syntax
public bool UsePaintLookupTable {get; set;}
'Declaration
 
Public Property UsePaintLookupTable As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
instance.UsePaintLookupTable = value
 
value = instance.UsePaintLookupTable
public bool UsePaintLookupTable {get; set;}
@property (nonatomic, assign, getter=usesPaintLookupTable) BOOL usePaintLookupTable
public boolean getUsePaintLookupTable()
public void setUsePaintLookupTable(boolean value)
            
 <br/>get_UsePaintLookupTable();<br/>set_UsePaintLookupTable(value);<br/>Object.defineProperty('UsePaintLookupTable'); 
public:
property bool UsePaintLookupTable {
   bool get();
   void set (    bool value);
}

Property Value

For internal use by LEADTOOLS.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file