'Declaration
Public Function AddLinkAnnotation( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Borders As Boolean, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As Integer
public int AddLinkAnnotation( float Left, float Top, float Width, float Height, bool Borders, byte Red, byte Green, byte Blue )
public function AddLinkAnnotation( Left: Single; Top: Single; Width: Single; Height: Single; Borders: Boolean; Red: Byte; Green: Byte; Blue: Byte ): Integer;
public function AddLinkAnnotation( Left : float, Top : float, Width : float, Height : float, Borders : boolean, Red : byte, Green : byte, Blue : byte ) : int;
Parameters
- Left
- Top
- Width
- Height
- Borders
- Red
- Green
- Blue