Pages property
This property applies to Invoice object (COM).
This property returns a collection of InvoicePages in this invoice.
Only the identified pages are included. To get the unidentified pages, use the Appendices property.
Syntax
object.Pages [= value]
Part | Description |
---|---|
object | An expression that evaluates to an object in Invoice object (COM). |
value | An InvoicePages collection value. |
The Using WordCollection example describes the Pages property.