Click or drag to resize

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
)

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