DAGetObjectToVariant
Miscellaneous functions, Direct access functionality
Version history
This function was renamed in Quick PDF Library version 8.11.
The function name in earlier versions was DAGetObjectSource.
Description
Returns the raw PDF object data for the specified object number as a variant byte array. This is for advanced use only.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
Function QuickPDF0815.PDFLibrary::DAGetObjectToVariant(FileHandle As Long,
ObjectNumber As Long) As Variant
DLL
This function is not available in the DLL edition
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. |