SetObjectFromString

Funções diversas

Descrição

Define os dados brutos do objeto PDF para o número de objeto especificado É um recurso só para uso avançado

Sintaxe

Delphi

Function TPDFlib.SetObjectFromString(ObjectNumber: Integer; Const Source: AnsiString): Integer;

DLL

int DLSetObjectFromString(int InstanceID, int ObjectNumber, const char * Source);

Parâmetros

ObjectNumberThe 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. The raw PDF object data to associate with the specified object.
Source

Valores retornados

0The ObjectNumber parameter was out of bounds.
1The specified object was updated successfully.