Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfAnnotation CreateLine( PdfWriter writer, Rectangle rect, string contents, float x1, float y1, float x2, float y2 ) |
Visual Basic |
---|
Public Shared Function CreateLine ( _ writer As PdfWriter, _ rect As Rectangle, _ contents As String, _ x1 As Single, _ y1 As Single, _ x2 As Single, _ y2 As Single _ ) As PdfAnnotation |
Visual C++ |
---|
public: static PdfAnnotation^ CreateLine( PdfWriter^ writer, Rectangle^ rect, String^ contents, float x1, float y1, float x2, float y2 ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- rect
- Type: iTextSharp.text..::..Rectangle
- contents
- Type: System..::..String
- x1
- Type: System..::..Single
- y1
- Type: System..::..Single
- x2
- Type: System..::..Single
- y2
- Type: System..::..Single