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

SourceThe input PDF to base the update section on

Return values

0Could not set input
1Input set successfully