COM API

Invoice object (COM)

Example | Applies To | PropertiesMethods | Events

This object represents an invoice.

Together, the Invoice object's Pages and Appendices properties give you all the pages in an invoice:

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.

Invoices collection

Invoice events