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
- สารบัญ