FaxJobBase::addDocuments
Description
In BBj 10.00 and higher, this method invokes addDocument once for each document contained in the vector. Note that addDocument should be customized to handle a document type and maintain a list of documents .
Syntax
Access |
Return Value |
Method |
---|---|---|
public |
void |
addDocuments(BBjVector documents!) |
Parameters
Variable |
Description |
---|---|
documents! |
A vector of documents to send with the fax. |
Return Value
None.
Remarks
Note:
The BASIS Fax Utility uses a third-party library from Java4Less called RFax. Any faxes sent will include a banner stating that the RFax library is being used until the customer obtains a license from Java4Less here.
Example
Not applicable.