Accusoft.FSInvoices1.Net
VendorList Property




Gets and sets the vendor list.
Syntax
'Declaration
 
Public Property VendorList As IEnumerable(Of IVendor)
'Usage
 
Dim instance As Processor
Dim value As IEnumerable(Of IVendor)
 
instance.VendorList = value
 
value = instance.VendorList
public IEnumerable<IVendor> VendorList {get; set;}
public: __property IEnumerable<IVendor*>* get_VendorList();
public: __property void set_VendorList( 
   IEnumerable<IVendor*>* value
);
public:
property IEnumerable<IVendor^>^ VendorList {
   IEnumerable<IVendor^>^ get();
   void set (    IEnumerable<IVendor^>^ value);
}
Remarks
If using templates, it is important to add all the vendors invoices are being processed from. Otherwise, template matching cannot occur and recognition accuracy will be greatly reduced.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback