Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfAnnotation CreateMarkup( PdfWriter writer, Rectangle rect, string contents, int type, float[] quadPoints ) |
Visual Basic |
---|
Public Shared Function CreateMarkup ( _ writer As PdfWriter, _ rect As Rectangle, _ contents As String, _ type As Integer, _ quadPoints As Single() _ ) As PdfAnnotation |
Visual C++ |
---|
public: static PdfAnnotation^ CreateMarkup( PdfWriter^ writer, Rectangle^ rect, String^ contents, int type, array<float>^ quadPoints ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- rect
- Type: iTextSharp.text..::..Rectangle
- contents
- Type: System..::..String
- type
- Type: System..::..Int32
- quadPoints
- Type: array<System..::..Single>[]()[][]