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