SetAppendInputFromString
Document management
Description
Sets the input for a subsequent call to the AppendToString function.
Syntax
Delphi
Function TPDFlib.SetAppendInputFromString(Const Source: AnsiString): Integer;
DLL
int DLSetAppendInputFromString(int InstanceID, const char * Source);
Parameters
| Source | The input PDF to base the update section on |
|---|
Return values
| 0 | Could not set input |
|---|---|
| 1 | Input set successfully |