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