Click or drag to resize

IPDFDocumentStamp Method (StringList, IDocStorageService)

Creates a PDF byte array based on the PDF template ID / 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(
	StringList documentIDs,
	IDocStorageService dss
)

Parameters

documentIDs
Type: NetQuarryStringList
The document IDs of the templates to be used for stamping.
dss
Type: NetQuarry.ServicesIDocStorageService
The doc storage service responsible for looking up the document based on the document ID value.

Return Value

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