Writes the PDF document in a memory buffer and return the memory buffer
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public byte[] WriteToMemory()
Public Function WriteToMemory As Byte()
public:
array<unsigned char>^ WriteToMemory()
member WriteToMemory : unit -> byte[]
Return Value
Type:
ByteThe PDF document as a memory buffer
Reference