IPDFDocumentDownload Method (Template, NameValueCollection, Boolean) |
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(
Template template,
NameValueCollection keyValue,
bool displayInline
)
Sub Download (
template As Template,
keyValue As NameValueCollection,
displayInline As Boolean
)
Parameters
- template
- Type: NetQuarryTemplate
The template. - keyValue
- Type: System.Collections.SpecializedNameValueCollection
Key values to populate the template. - displayInline
- Type: SystemBoolean
Specifies whether to display the PDF response Inline or as an attachment.
See Also