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 LongDLL
int DLAppendText(int InstanceID, wchar_t * Text);Parameters
| Text | The text to append to the previously drawn text |
|---|