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
| Source | The input PDF to base the update section on |
|---|
Valores retornados
| 0 | Could not set input |
|---|---|
| 1 | Input set successfully |