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
)
Function Stamp (
t As Template,
keyValue As NameValueCollection
) As Byte()
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:
ByteA byte array representation of the stamped PDF.
See Also