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
)
Function Create (
templateName As Template(),
keyValues As NameValueCollection()
) As String
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:
StringThe file name of the PDF created.
See Also