Click or drag to resize

IPDFDocumentCreate Method (Stream, NameValueCollection)

Creates a PDF file based on the PDF template passed to it (as a stream).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Create(
	Stream stream,
	NameValueCollection keyValues
)

Parameters

stream
Type: System.IOStream
A single PDF template to be stamped (as a stream).
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