AddToBuffer
Version history
This function was introduced in Quick PDF Library version 7.11.
Description
Adds a block of data to the buffer created with the CreateBuffer function.
This function can be called multiple times until the buffer is full. The return value is the number of bytes remaining in the buffer.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
This function is not available in the ActiveX edition
DLL
int QuickPDFAddToBuffer(int InstanceID, char * Buffer, char * Source,
int SourceLength)
Parameters
| Buffer | A value returned from the CreateBuffer function |
| Source | A pointer to the first byte of data to add |
| SourceLength | The total number of bytes to copy from the source |