BeginBuffer
Version history
This function is not available from Quick PDF Library version 7.11.
The CreateBuffer, AddToBuffer and ReleaseBuffer functions should be used instead.
Description
This function is only available in the DLL edition. It allows an internal buffer to be created which can be used to send large amounts of string data to iSEDQuickPDF by sending the data in chunks.
Definition
function BeginBuffer(BufferLength As Long) As String
Parameters
BufferLength | The length of the buffer to create. |
Returns
0 | The DataLength value was less than or equal to zero. |
Non-zero | A pointer to the start of the buffer. |