'Declaration
Public Sub AddEmbeddedImageAnnotInteractive_2( _ ByVal ImagePath As String, _ ByVal Stroke As Boolean, _ ByVal BorderColor As Integer, _ ByVal BorderWidth As Single, _ ByVal Opacity As Single _ )
public void AddEmbeddedImageAnnotInteractive_2( string ImagePath, bool Stroke, int BorderColor, float BorderWidth, float Opacity )
public procedure AddEmbeddedImageAnnotInteractive_2( ImagePath: String; Stroke: Boolean; BorderColor: Integer; BorderWidth: Single; Opacity: Single );
public function AddEmbeddedImageAnnotInteractive_2( ImagePath : String, Stroke : boolean, BorderColor : int, BorderWidth : float, Opacity : float );
public: void AddEmbeddedImageAnnotInteractive_2( string* ImagePath, bool Stroke, int BorderColor, float BorderWidth, float Opacity )
public: void AddEmbeddedImageAnnotInteractive_2( String^ ImagePath, bool Stroke, int BorderColor, float BorderWidth, float Opacity )
Parameters
- ImagePath
- Stroke
- BorderColor
- BorderWidth
- Opacity