The SetTextSize attribute function sets the height of the text of the PDF document of the variable.
Syntax | ||||
SetTextSize(TextSize) | ||||
Return value | ||||
Type |
Description | |||
Long |
0 if successful | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
TextSize |
Double |
ByVal |
The height of 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.