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





In This Topic
AddRubberStampAnnotInteractive Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub AddRubberStampAnnotInteractive( _
   ByVal Text As String, _
   ByVal ForeColor As Color, _
   ByVal FontName As String, _
   ByVal FontStyle As FontStyle, _
   ByVal BorderColor As Color, _
   ByVal BorderWidth As Single, _
   ByVal Opacity As Single, _
   ByVal Rotation As Single _
) 
public void AddRubberStampAnnotInteractive( 
   string Text,
   Color ForeColor,
   string FontName,
   FontStyle FontStyle,
   Color BorderColor,
   float BorderWidth,
   float Opacity,
   float Rotation
)
public procedure AddRubberStampAnnotInteractive( 
    Text: String;
    ForeColor: Color;
    FontName: String;
    FontStyle: FontStyle;
    BorderColor: Color;
    BorderWidth: Single;
    Opacity: Single;
    Rotation: Single
); 
public function AddRubberStampAnnotInteractive( 
   Text : String,
   ForeColor : Color,
   FontName : String,
   FontStyle : FontStyle,
   BorderColor : Color,
   BorderWidth : float,
   Opacity : float,
   Rotation : float
);
public: void AddRubberStampAnnotInteractive( 
   string* Text,
   Color ForeColor,
   string* FontName,
   FontStyle FontStyle,
   Color BorderColor,
   float BorderWidth,
   float Opacity,
   float Rotation
) 
public:
void AddRubberStampAnnotInteractive( 
   String^ Text,
   Color ForeColor,
   String^ FontName,
   FontStyle FontStyle,
   Color BorderColor,
   float BorderWidth,
   float Opacity,
   float Rotation
) 

Parameters

Text
ForeColor
FontName
FontStyle
BorderColor
BorderWidth
Opacity
Rotation
See Also