SetObjectFromVariant
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the raw PDF object data for the specified object number from 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::SetObjectFromVariant(ObjectNumber As Long,
NewValue As Variant) As Long
DLL
This function is not available in the DLL edition
Parameters
| ObjectNumber | The number of the object to update. The first object is numbered 1 and the last object has an object number equal to the result of the GetObjectCount function. |
| NewValue | The raw PDF object data to associate with the specified object. |
Return values
| 0 | The ObjectNumber parameter was out of bounds. |
| 1 | The specified object was updated successfully. |