PDFMergeRenderMergedPDFDocument Method

Renders the merged document into memory buffer and returns that buffer.

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public byte[] RenderMergedPDFDocument()

Return Value

Byte
The rendered document bytes.

See Also