Accusoft.Forms1 - Updated
Options Property



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

Reference

Enhancements Class
Enhancements Members