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