The DrawText attribute function adds text to the variable on the currently selected page of the PDF document.
Syntax | ||||
DrawText(Left, Top, Text) | ||||
Return value | ||||
Type |
Description | |||
Long |
0 if successful | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Left |
Double |
ByVal |
Left edge of the text |
Required |
Top |
Double |
ByVal |
Top edge of the text |
Required |
Text |
String |
ByVal |
The text |
Before a PDF document of a variable can be modified, the BeginModify attribute function must be called. After the changes, the EndModify attribute function must be called.