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
)
Function Stamp (
documentIDs As StringList,
dss As IDocStorageService
) As Byte()
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:
ByteA byte array representation of the stamped PDF.
See Also