Initializes a new instance of the PdfAnnotation class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfAnnotation( PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content ) |
Visual Basic |
---|
Public Sub New ( _ writer As PdfWriter, _ llx As Single, _ lly As Single, _ urx As Single, _ ury As Single, _ title As PdfString, _ content As PdfString _ ) |
Visual C++ |
---|
public: PdfAnnotation( PdfWriter^ writer, float llx, float lly, float urx, float ury, PdfString^ title, PdfString^ content ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- llx
- Type: System..::..Single
- lly
- Type: System..::..Single
- urx
- Type: System..::..Single
- ury
- Type: System..::..Single
- title
- Type: iTextSharp.text.pdf..::..PdfString
- content
- Type: iTextSharp.text.pdf..::..PdfString