|
THotPDF.InsertLoadedText
|
Top Previous Next |
|
Inserts text at specified coordinates on a loaded page
Delphi syntax: procedure InsertLoadedText( PageIndex: Integer; const Text: WideString; X, Y: Single; const FontName: AnsiString; FontSize: Single; Color: TColor );
Description Inserts text at specified coordinates on a loaded page Draws standard text directly into the page content stream
See also: THotPDF |