Click or drag to resize

IPDFDocument.Download Method (Template, NameValueCollection, PDFOutputOpts)

Download the document

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,
	PDFOutputOpts outputOpts
)

Parameters

template
Type: NetQuarry.Template
The template.
keyValue
Type: System.Collections.Specialized.NameValueCollection
Key values to populate the template.
outputOpts
Type: NetQuarry.PDFOutputOpts
Output-specific flags for the service.
See Also