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