GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddLinkToWebAnnotation Method





In This Topic
AddLinkToWebAnnotation Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function AddLinkToWebAnnotation( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal URI As String, _
   ByVal Borders As Boolean, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
) As Integer
public int AddLinkToWebAnnotation( 
   float Left,
   float Top,
   float Width,
   float Height,
   string URI,
   bool Borders,
   byte Red,
   byte Green,
   byte Blue
)
public function AddLinkToWebAnnotation( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single;
    URI: String;
    Borders: Boolean;
    Red: Byte;
    Green: Byte;
    Blue: Byte
): Integer; 
public function AddLinkToWebAnnotation( 
   Left : float,
   Top : float,
   Width : float,
   Height : float,
   URI : String,
   Borders : boolean,
   Red : byte,
   Green : byte,
   Blue : byte
) : int;
public: int AddLinkToWebAnnotation( 
   float Left,
   float Top,
   float Width,
   float Height,
   string* URI,
   bool Borders,
   byte Red,
   byte Green,
   byte Blue
) 
public:
int AddLinkToWebAnnotation( 
   float Left,
   float Top,
   float Width,
   float Height,
   String^ URI,
   bool Borders,
   byte Red,
   byte Green,
   byte Blue
) 

Parameters

Left
Top
Width
Height
URI
Borders
Red
Green
Blue
See Also

Reference

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