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