PdfDocumentWriteToMemory Method
Writes the PDF document in a memory buffer and return the memory buffer
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public byte[] WriteToMemory()
Public Function WriteToMemory As Byte()
public:
array<unsigned char>^ WriteToMemory()
member WriteToMemory : unit -> byte[]
Return Value
ByteThe PDF document as a memory buffer