AppendText
Description
Draws text immediately following text previously drawn with DrawText or AppendText.
Syntax
Delphi
function TDebenuPDFLibrary1811.AppendText(Text: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::AppendText(Text As String) As Long
DLL
int DPLAppendText(int InstanceID, wchar_t * Text)
Parameters
Text | The text to append to the previously drawn text |