SetAnnotBorderColor
Color, Annotations and hotspot links
Version history
This function was introduced in Quick PDF Library version 7.19.
Description
Sets the border color for the specified annotation.
Syntax
Delphi
function TQuickPDF0813.SetAnnotBorderColor(Index: Integer; Red, Green,
Blue: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetAnnotBorderColor(Index As Long, Red As Double,
Green As Double, Blue As Double) As Long
DLL
int QuickPDFSetAnnotBorderColor(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 |