SetAppendInputFromString

Gerenciamento de documentos

Descrição

Define o input para uma chamada subsequente à função AppendToString

Sintaxe

Delphi

Function TPDFlib.SetAppendInputFromString(Const Source: AnsiString): Integer;

DLL

int DLSetAppendInputFromString(int InstanceID, const char * Source);

Parâmetros

SourceThe input PDF to base the update section on

Valores retornados

0Could not set input
1Input set successfully