|
TextOut |
Top Previous Next |
|
Call this function to output HTML formatted string in PDF file. Pass the html formatted string as input and coordinates for placing the HTML string on all pages in the PDF document.
Syntax
Parameters
HTMLStr Specifies the html formatted string to be written.
XPos Specifies the X coordinate of the location where the string is to be written.
YPos Specifies the Y coordinate of the location where the string is to be written.
|