'Declaration
Public Function AddLineAnnotation( _ ByVal StartX As Single, _ ByVal StartY As Single, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal Title As String, _ ByVal Contents As String, _ ByVal StartCap As PdfAnnotationLineEndingStyle, _ ByVal EndCap As PdfAnnotationLineEndingStyle, _ ByVal ShowContent As Boolean, _ ByVal LineWidth As Single, _ ByVal LineStyle As PdfAnnotationBorderStyle, _ ByVal LineDashOn As Single, _ ByVal LineDashOff As Single, _ ByVal Opacity As Single, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As Integer
public int AddLineAnnotation( float StartX, float StartY, float DstX, float DstY, string Title, string Contents, PdfAnnotationLineEndingStyle StartCap, PdfAnnotationLineEndingStyle EndCap, bool ShowContent, float LineWidth, PdfAnnotationBorderStyle LineStyle, float LineDashOn, float LineDashOff, float Opacity, byte Red, byte Green, byte Blue )
public function AddLineAnnotation( StartX: Single; StartY: Single; DstX: Single; DstY: Single; Title: String; Contents: String; StartCap: PdfAnnotationLineEndingStyle; EndCap: PdfAnnotationLineEndingStyle; ShowContent: Boolean; LineWidth: Single; LineStyle: PdfAnnotationBorderStyle; LineDashOn: Single; LineDashOff: Single; Opacity: Single; Red: Byte; Green: Byte; Blue: Byte ): Integer;
public function AddLineAnnotation( StartX : float, StartY : float, DstX : float, DstY : float, Title : String, Contents : String, StartCap : PdfAnnotationLineEndingStyle, EndCap : PdfAnnotationLineEndingStyle, ShowContent : boolean, LineWidth : float, LineStyle : PdfAnnotationBorderStyle, LineDashOn : float, LineDashOff : float, Opacity : float, Red : byte, Green : byte, Blue : byte ) : int;
public: int AddLineAnnotation( float StartX, float StartY, float DstX, float DstY, string* Title, string* Contents, PdfAnnotationLineEndingStyle StartCap, PdfAnnotationLineEndingStyle EndCap, bool ShowContent, float LineWidth, PdfAnnotationBorderStyle LineStyle, float LineDashOn, float LineDashOff, float Opacity, byte Red, byte Green, byte Blue )
public: int AddLineAnnotation( float StartX, float StartY, float DstX, float DstY, String^ Title, String^ Contents, PdfAnnotationLineEndingStyle StartCap, PdfAnnotationLineEndingStyle EndCap, bool ShowContent, float LineWidth, PdfAnnotationBorderStyle LineStyle, float LineDashOn, float LineDashOff, float Opacity, byte Red, byte Green, byte Blue )
Parameters
- StartX
- StartY
- DstX
- DstY
- Title
- Contents
- StartCap
- EndCap
- ShowContent
- LineWidth
- LineStyle
- LineDashOn
- LineDashOff
- Opacity
- Red
- Green
- Blue