DAGetObjectSource
Miscellaneous functions, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Returns the raw PDF object data for the specified object number. This is for advanced use only.
Syntax
Delphi
function TQuickPDF0726.DAGetObjectSource(FileHandle, ObjectNumber: Integer): string;
ActiveX
Function QuickPDF0726.PDFLibrary::DAGetObjectSource(FileHandle As Long,
ObjectNumber As Long) As String
DLL
char * QuickPDFDAGetObjectSource(int InstanceID, int FileHandle, int ObjectNumber)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| 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. |