GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / AddLinkAnnotationInteractive Method





In This Topic
AddLinkAnnotationInteractive Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub AddLinkAnnotationInteractive( _
   ByVal Text As String, _
   ByVal Link As String, _
   ByVal ForeColor As Color, _
   ByVal HoverForeColor As Color, _
   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,
   Color ForeColor,
   Color HoverForeColor,
   string FontName,
   FontStyle FontStyle,
   FontStyle HoverFontStyle,
   float Opacity,
   float Rotation
)
public procedure AddLinkAnnotationInteractive( 
    Text: String;
    Link: String;
    ForeColor: Color;
    HoverForeColor: Color;
    FontName: String;
    FontStyle: FontStyle;
    HoverFontStyle: FontStyle;
    Opacity: Single;
    Rotation: Single
); 
public function AddLinkAnnotationInteractive( 
   Text : String,
   Link : String,
   ForeColor : Color,
   HoverForeColor : Color,
   FontName : String,
   FontStyle : FontStyle,
   HoverFontStyle : FontStyle,
   Opacity : float,
   Rotation : float
);
public: void AddLinkAnnotationInteractive( 
   string* Text,
   string* Link,
   Color ForeColor,
   Color HoverForeColor,
   string* FontName,
   FontStyle FontStyle,
   FontStyle HoverFontStyle,
   float Opacity,
   float Rotation
) 
public:
void AddLinkAnnotationInteractive( 
   String^ Text,
   String^ Link,
   Color ForeColor,
   Color HoverForeColor,
   String^ FontName,
   FontStyle FontStyle,
   FontStyle HoverFontStyle,
   float Opacity,
   float Rotation
) 

Parameters

Text
Link
ForeColor
HoverForeColor
FontName
FontStyle
HoverFontStyle
Opacity
Rotation
See Also