Accusoft.ImagXpress13.Net
Enabled Property (LookupTable)




Gets and sets a value to specify whether the Lookup Table should be used for non-linear conversion or wherever the properties should be used for a linear conversion.
Syntax
'Declaration
 
Public Property Enabled As Boolean
'Usage
 
Dim instance As LookupTable
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to enable the lookup table. Otherwise, false is returned.
Remarks

Note: Available in Professional edition.

See Also

Reference

LookupTable Class
LookupTable Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback