PDFMergeRenderMergedPDFDocument Method |
Renders the merged document into memory buffer.
Namespace: ExpertPdf.MergePdfAssembly: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntaxpublic byte[] RenderMergedPDFDocument()
Public Function RenderMergedPDFDocument As Byte()
Return Value
ByteThe rendered document bytes.
See Also