AppendText
Text, Page layout
Description
Draws text immediately following text previously drawn with DrawText or AppendText.
Syntax
Delphi
Function TPDFlib.AppendText(Const Text: WideString): Integer;
ActiveX
Function PDFlib::AppendText(Text As String) As Long
DLL
int DLAppendText(int InstanceID, const wchar_t * Text);
Parameters
| Text | The text to append to the previously drawn text |
|---|