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
| 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. The raw PDF object data to associate with the specified object. |
|---|---|
| Source |
Valores retornados
| 0 | The ObjectNumber parameter was out of bounds. |
|---|---|
| 1 | The specified object was updated successfully. |