SetMarkupAnnotStyle
צבע, הערות וקישורים חמים (hotspot links)
תיאור
מגדירה את צבע הרקע והשקיפות של הערת markup טקסטואלית
תחביר
Delphi
Function TPDFlib.SetMarkupAnnotStyle(Index: Integer; Red, Green, Blue, Transparency: Double): Integer;
ActiveX
Function PDFlib::SetMarkupAnnotStyle(Index As Long, Red As Double, Green As Double, Blue As Double, Transparency As Double) As Long
DLL
int DLSetMarkupAnnotStyle(int InstanceID, int Index, double Red, double Green, double Blue, double Transparency);
פרמטרים
| Index | האינדקס של ההערה. להערה הראשונה בדף יש אינדקס 1 |
|---|---|
| Red | הרכיב האדום של הצבע |
| Green | הרכיב הירוק של הצבע |
| Blue | הרכיב הכחול של הצבע |
| Transparency | מידת השקיפות להחלה 0 = ללא שקיפות 50 = שקיפות של 50% 100 = בלתי נראה |