HiQPdf Documentation

PdfDocumentWriteToMemory Method

HiQPdf Client for .NET Core
Writes the PDF document in a memory buffer and return the memory buffer

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public byte[] WriteToMemory()

Return Value

Type: Byte
The PDF document as a memory buffer
See Also

Reference