PdfDocumentWriteToMemory Method

Writes the PDF document in a memory buffer and return the memory buffer

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public byte[] WriteToMemory()

Return Value

Byte
The PDF document as a memory buffer

See Also