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[] templateName,
	NameValueCollection[] keyValues,
	bool displayInline
)

Parameters

templateName
Type: NetQuarryTemplate
All templates for all PDFs to be created,
keyValues
Type: System.Collections.SpecializedNameValueCollection
Key values to populate the templates.
displayInline
Type: SystemBoolean
Specifies whether to display the PDF response Inline or as an attachment.
See Also