Click or drag to resize

IPDFDocumentDownload 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: NetQuarryTemplate
The template.
keyValue
Type: System.Collections.SpecializedNameValueCollection
Key values to populate the template.
outputOpts
Type: NetQuarryPDFOutputOpts
Output-specific flags for the service.
See Also