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 CreateInk( PdfWriter writer, Rectangle rect, string contents, float[][] inkList ) |
Visual Basic |
---|
Public Shared Function CreateInk ( _ writer As PdfWriter, _ rect As Rectangle, _ contents As String, _ inkList As Single()() _ ) As PdfAnnotation |
Visual C++ |
---|
public: static PdfAnnotation^ CreateInk( PdfWriter^ writer, Rectangle^ rect, String^ contents, array<array<float>^>^ inkList ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- rect
- Type: iTextSharp.text..::..Rectangle
- contents
- Type: System..::..String
- inkList
- Type: array<array<System..::..Single>[]()[][]>[]()[][]