SetAnnotBorderColor

颜色、批注和热点链接

描述

设置指定注释的边框颜色

语法

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);

参数

Index注释索引,页面上的第一条注释索引为 1
Red颜色的红色分量
Green颜色的绿色分量
Blue颜色的蓝色分量