IPDFDocumentStamp Method (String, NameValueCollection, 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(
string documentID,
NameValueCollection keyValue,
IDocStorageService dss
)
Function Stamp (
documentID As String,
keyValue As NameValueCollection,
dss As IDocStorageService
) As Byte()
Parameters
- documentID
- Type: SystemString
The document ID of the template to be used for stamping. - keyValue
- Type: System.Collections.SpecializedNameValueCollection
The key-value collection of items to stamp on the PDF. - 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