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 CreatePopup( PdfWriter writer, Rectangle rect, string contents, bool open ) |
| Visual Basic |
|---|
Public Shared Function CreatePopup ( _ writer As PdfWriter, _ rect As Rectangle, _ contents As String, _ open As Boolean _ ) As PdfAnnotation |
| Visual C++ |
|---|
public: static PdfAnnotation^ CreatePopup( PdfWriter^ writer, Rectangle^ rect, String^ contents, bool open ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- rect
- Type: iTextSharp.text..::..Rectangle
- contents
- Type: System..::..String
- open
- Type: System..::..Boolean