THotPDF.AddLoadedCaretAnnotationEx Method
메서드 요약: THotPDF.AddLoadedCaretAnnotationEx Method
선언
procedure AddLoadedCaretAnnotationEx(PageIndex: Integer; X1, Y1, X2, Y2: Single; const AContents: AnsiString; ParagraphSymbol: boolean);
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
PageIndex | Zero-based loaded page index |
X1 | Left coordinate of the annotation rectangle in PDF points |
Y1 | Bottom coordinate of the annotation rectangle in PDF points |
X2 | Right coordinate of the annotation rectangle in PDF points |
Y2 | Top coordinate of the annotation rectangle in PDF points |
AContents | Optional annotation contents text |
ParagraphSymbol | True to write /Sy /P for a paragraph-symbol caret annotation |
반환 값
값을 반환하지 않음
사용 참고
- Coordinates use the loaded page PDF coordinate space
- Set ParagraphSymbol to False for a normal caret annotation without an /Sy entry
관련 API
- THotPDF
- THPDFPage
- 목차