Click or drag to resize
Infosoft Logo

IInvoicePrintService Interface

Defines operations related to printing invoices.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Invoices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IInvoicePrintService : IBusinessService

The IInvoicePrintService type exposes the following members.

Methods
 NameDescription
Public methodGetPdfInvoice Gets a stream containing PDF data for an invoice with a given invoice number.
Top
See Also