AddEmbeddedImageAnnotInteractive(Int32,Boolean,Color,Single,Single) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub AddEmbeddedImageAnnotInteractive( _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Color, _
ByVal As Single, _
ByVal As Single _
)
public void AddEmbeddedImageAnnotInteractive(
int ,
bool ,
Color ,
float ,
float
)
public procedure AddEmbeddedImageAnnotInteractive(
: Integer;
: Boolean;
: Color;
: Single;
: Single
);
public function AddEmbeddedImageAnnotInteractive(
: int,
: boolean,
: Color,
: float,
: float
);
public: void AddEmbeddedImageAnnotInteractive(
int ,
bool ,
Color ,
float ,
float
)
public:
void AddEmbeddedImageAnnotInteractive(
int ,
bool ,
Color ,
float ,
float
)
Parameters
- ImageID
- Stroke
- BorderColor
- BorderWidth
- Opacity
See Also