|
GetPdfInvoiceResponsePdfStream Property |
Gets or sets the stream that contains the PDF data.
Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.InvoicesAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public Stream PdfStream { get; set; }
No code example is currently available or this language may not be supported.
Property Value
StreamRemarks
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