In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddLinkAnnotationInteractive / AddLinkAnnotationInteractive(String,String,Int32,Int32,String,FontStyle,FontStyle,Single,Single) Method

AddLinkAnnotationInteractive(String,String,Int32,Int32,String,FontStyle,FontStyle,Single,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Sub AddLinkAnnotationInteractive( _

   ByVal Text As String, _

   ByVal Link As String, _

   ByVal ForeColor As Integer, _

   ByVal HoverForeColor As Integer, _

   ByVal FontName As String, _

   ByVal FontStyle As FontStyle, _

   ByVal HoverFontStyle As FontStyle, _

   ByVal Opacity As Single, _

   ByVal Rotation As Single _

) 
public void AddLinkAnnotationInteractive( 

   string Text,

   string Link,

   int ForeColor,

   int HoverForeColor,

   string FontName,

   FontStyle FontStyle,

   FontStyle HoverFontStyle,

   float Opacity,

   float Rotation

)
public procedure AddLinkAnnotationInteractive( 

    Text: String;

    Link: String;

    ForeColor: Integer;

    HoverForeColor: Integer;

    FontName: String;

    FontStyle: FontStyle;

    HoverFontStyle: FontStyle;

    Opacity: Single;

    Rotation: Single

); 
public function AddLinkAnnotationInteractive( 

   Text : String,

   Link : String,

   ForeColor : int,

   HoverForeColor : int,

   FontName : String,

   FontStyle : FontStyle,

   HoverFontStyle : FontStyle,

   Opacity : float,

   Rotation : float

);
public: void AddLinkAnnotationInteractive( 

   string* Text,

   string* Link,

   int ForeColor,

   int HoverForeColor,

   string* FontName,

   FontStyle FontStyle,

   FontStyle HoverFontStyle,

   float Opacity,

   float Rotation

) 
public:

void AddLinkAnnotationInteractive( 

   String^ Text,

   String^ Link,

   int ForeColor,

   int HoverForeColor,

   String^ FontName,

   FontStyle FontStyle,

   FontStyle HoverFontStyle,

   float Opacity,

   float Rotation

) 

Parameters

Text
Link
ForeColor
HoverForeColor
FontName
FontStyle
HoverFontStyle
Opacity
Rotation
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List