|
THotPDF.InsertLoadedText
|
Top Previous Next |
|
로드된 페이지의 지정된 좌표에 텍스트를 삽입합니다
Delphi syntax: procedure InsertLoadedText( PageIndex: Integer; const Text: WideString; X, Y: Single; const FontName: AnsiString; FontSize: Single; Color: TColor );
Description 로드된 페이지의 지정된 좌표에 텍스트를 삽입합니다 페이지 콘텐츠 스트림에 직접 표준 텍스트를 그립니다
See also: THotPDF |