Writes the PDF document in a memory buffer

Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 6.0.0.0

Syntax

C#
public byte[] WriteToMemory()
Visual Basic
Public Function WriteToMemory As Byte()
Visual C++
public:
array<unsigned char>^ WriteToMemory()

Return Value

Type: array<Byte>[]()[][]
The PDF document as a memory buffer

See Also