Invoice object (COM)
This object represents an invoice.
Together, the Invoice object's Pages and Appendices properties give you all the pages in an invoice:
- Pages gives you all identified pages
- Appendices gives you all unidentified pages
Both of these properties give you the same object, namely the InvoicePages collection, which contains the InvoicePage object.
When a job is running, the CurrentInvoice property returns the active Invoice object at the current application state.
A field's Invoice property returns the invoice object that it belongs to.
Related topics