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