Click or drag to resize

IPDFDocumentCreate Method (Template, NameValueCollection)

Creates a PDF file based on the PDF templates passed to it.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Create(
	Template[] templateName,
	NameValueCollection[] keyValues
)

Parameters

templateName
Type: NetQuarryTemplate
Array of Templates. These are the PDF templates to be stamped.
keyValues
Type: System.Collections.SpecializedNameValueCollection
Array of KeyValues. These are the values for each PDF template to be stamped onto the PDF

Return Value

Type: String
The file name of the PDF created.
See Also