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 Long

DLL

int DLSetAppendInputFromString(int InstanceID, char * Source);

Parameters

SourceThe input PDF to base the update section on

Return values

0Could not set input
1Input set successfully