GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SetAnnotationFillColor Method





In This Topic
SetAnnotationFillColor Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(457)>
Function SetAnnotationFillColor( _
   ByVal AnnotationIdx As Integer, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
) As GdPictureStatus
[DispId(457)]
GdPictureStatus SetAnnotationFillColor( 
   int AnnotationIdx,
   byte Red,
   byte Green,
   byte Blue
)
function SetAnnotationFillColor( 
    AnnotationIdx: Integer;
    Red: Byte;
    Green: Byte;
    Blue: Byte
): GdPictureStatus; 
DispIdAttribute(457)
function SetAnnotationFillColor( 
   AnnotationIdx : int,
   Red : byte,
   Green : byte,
   Blue : byte
) : GdPictureStatus;
[DispId(457)]
GdPictureStatus SetAnnotationFillColor( 
   int AnnotationIdx,
   byte Red,
   byte Green,
   byte Blue
) 
[DispId(457)]
GdPictureStatus SetAnnotationFillColor( 
   int AnnotationIdx,
   byte Red,
   byte Green,
   byte Blue
) 

Parameters

AnnotationIdx
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members