Click or drag to resize
Infosoft Logo

GetPdfInvoiceResponsePdfStream Property

Gets or sets the stream that contains the PDF data.

Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.Invoices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public Stream PdfStream { get; set; }

Property Value

Stream
Remarks
Note that in order for this PDF stream to work over WCF, the stream must be the only body member in the message contract. If anything else needs to be added to this response, it must be put in a header.
See Also