For internal use by LEADTOOLS.
Syntax
Visual Basic (Declaration) |
|
Public Property UsePaintLookupTable As Boolean |
Visual Basic (Usage) |
Copy Code |
Dim instance As RasterImage
Dim value As Boolean
instance.UsePaintLookupTable = value
value = instance.UsePaintLookupTable
|
C# |
|
public bool UsePaintLookupTable {get; set;} |
C++/CLI |
|
public:
property bool UsePaintLookupTable {
bool get();
void set (bool value);
} |
Return Value
For internal use by LEADTOOLS.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also