GetObjectToString
Version history
This function was renamed in Quick PDF Library version 8.11.
The function name in earlier versions was GetObjectSource.
Description
Returns the raw PDF object data for the specified object number. This is for advanced use only.
Syntax
Delphi
function TQuickPDF0815.GetObjectToString(ObjectNumber: Integer): string;
ActiveX
This function is not available in the ActiveX edition
DLL
char * QuickPDFGetObjectToString(int InstanceID, int ObjectNumber)
Parameters
| ObjectNumber | The number of the object to retrieve. The first object is numbered 1 and the last object has an object number equal to the result of the GetObjectCount function. |