PdfDocumentWriteToMemory Method

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

Definition

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

Return Value

Byte
The PDF document as a memory buffer

See Also