Click or drag to resize

IPDFDocumentCreate Method (Template, NameValueCollection)

Creates a PDF file based on the PDF template 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
A single PDF template to be stamped.
keyValues
Type: System.Collections.SpecializedNameValueCollection
NameValueCollection of key-value pairs to stamp to the PDF template

Return Value

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