In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddTextAnnotationInteractive Method

AddTextAnnotationInteractive Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(86)>

Sub AddTextAnnotationInteractive( _

   ByVal Text As String, _

   ByVal ForeColor As Integer, _

   ByVal FontName As String, _

   ByVal FontStyle As FontStyle, _

   ByVal FontSize As Single, _

   ByVal Fill As Boolean, _

   ByVal BorderColor As Integer, _

   ByVal BackColor As Integer, _

   ByVal Opacity As Single, _

   ByVal Rotation As Single _

) 
[DispId(86)]

void AddTextAnnotationInteractive( 

   string Text,

   int ForeColor,

   string FontName,

   FontStyle FontStyle,

   float FontSize,

   bool Fill,

   int BorderColor,

   int BackColor,

   float Opacity,

   float Rotation

)
procedure AddTextAnnotationInteractive( 

    Text: String;

    ForeColor: Integer;

    FontName: String;

    FontStyle: FontStyle;

    FontSize: Single;

    Fill: Boolean;

    BorderColor: Integer;

    BackColor: Integer;

    Opacity: Single;

    Rotation: Single

); 
DispIdAttribute(86)

function AddTextAnnotationInteractive( 

   Text : String,

   ForeColor : int,

   FontName : String,

   FontStyle : FontStyle,

   FontSize : float,

   Fill : boolean,

   BorderColor : int,

   BackColor : int,

   Opacity : float,

   Rotation : float

);
[DispId(86)]

void AddTextAnnotationInteractive( 

   string* Text,

   int ForeColor,

   string* FontName,

   FontStyle FontStyle,

   float FontSize,

   bool Fill,

   int BorderColor,

   int BackColor,

   float Opacity,

   float Rotation

) 
[DispId(86)]

void AddTextAnnotationInteractive( 

   String^ Text,

   int ForeColor,

   String^ FontName,

   FontStyle FontStyle,

   float FontSize,

   bool Fill,

   int BorderColor,

   int BackColor,

   float Opacity,

   float Rotation

) 

Parameters

Text
ForeColor
FontName
FontStyle
FontSize
Fill
BorderColor
BackColor
Opacity
Rotation
See Also

Reference

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