IPDFDocumentDownload Method (String, NameValueCollection, IDocStorageService, PDFOutputOpts) |
Download the document as an attachment or render inline
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void Download(
string documentID,
NameValueCollection keyValue,
IDocStorageService dss,
PDFOutputOpts outputOpts
)
Sub Download (
documentID As String,
keyValue As NameValueCollection,
dss As IDocStorageService,
outputOpts As PDFOutputOpts
)
Parameters
- documentID
- Type: SystemString
The ID of the document to load from the storage service. - keyValue
- Type: System.Collections.SpecializedNameValueCollection
Key values to populate the document. - dss
- Type: NetQuarry.ServicesIDocStorageService
The document storage service to use to load up the PDF file - outputOpts
- Type: NetQuarryPDFOutputOpts
Output-specific flags for the service.
See Also