Click or drag to resize

IPDFDocumentStamp Method (Template, NameValueCollection)

Creates a PDF byte array based on the PDF template / Keys passed to it

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
byte[] Stamp(
	Template t,
	NameValueCollection keyValue
)

Parameters

t
Type: NetQuarryTemplate
The PDF template to stamp.
keyValue
Type: System.Collections.SpecializedNameValueCollection
The key-value collection of items to stamp on the PDF.

Return Value

Type: Byte
A byte array representation of the stamped PDF.
See Also