SetAnnotBorderColor
Color, Annotations and hotspot links
Description
Sets the border color for the specified annotation.
Syntax
Delphi
function TPDFlib.SetAnnotBorderColor(Index: Integer; Red, Green, Blue: Double): Integer;ActiveX
Function PDFlib::SetAnnotBorderColor(Index As Long, Red As Double, Green As Double, Blue As Double) As LongDLL
int DLSetAnnotBorderColor(int InstanceID, int Index, double Red, double Green, double Blue);Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
|---|---|
| Red | The red component of the color |
| Green | The green component of the color |
| Blue | The blue component of the color |