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 Long

DLL

int DLSetAnnotBorderColor(int InstanceID, int Index, double Red, double Green, double Blue);

Parameters

IndexThe index of the annotation. The first annotation on the page has an index of 1.
RedThe red component of the color
GreenThe green component of the color
BlueThe blue component of the color