CreateNewObject
Version history
This function was introduced in Quick PDF Library version 7.26.
Description
Adds a new PDF object to the document. The contents of the object can be set using the SetObjectFromString function.
Syntax
Delphi
function TQuickPDF0815.CreateNewObject: Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::CreateNewObject As Long
DLL
int QuickPDFCreateNewObject(int InstanceID)
Return values
| Non-zero | The object number of the newly created object |