ScanFix Xpress v9.0 for .NET - Updated
Options Property




Accusoft.ScanFixXpressSdk Namespace > Enhancements Class : Options Property
Gets a list of enhancements to be applied.
Syntax
'Declaration
 
Public ReadOnly Property Options As EnhancementOptionsCollection
'Usage
 
Dim instance As Enhancements
Dim value As EnhancementOptionsCollection
 
value = instance.Options
public EnhancementOptionsCollection Options {get;}
public: __property EnhancementOptionsCollection* get_Options();
public:
property EnhancementOptionsCollection^ Options {
   EnhancementOptionsCollection^ get();
}
Remarks
Add items to this list and then call ScanFix.ExecuteEnhancements to execute a series of enhancements.
See Also

Reference

Enhancements Class
Enhancements Members

Is this page helpful?
Yes No
Thanks for your feedback.