Namespace: iTextSharp.text.pdf.events
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual void OnGenericTag( PdfWriter writer, Document document, Rectangle rect, string text ) |
Visual Basic |
---|
Public Overridable Sub OnGenericTag ( _ writer As PdfWriter, _ document As Document, _ rect As Rectangle, _ text As String _ ) |
Visual C++ |
---|
public: virtual void OnGenericTag( PdfWriter^ writer, Document^ document, Rectangle^ rect, String^ text ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- document
- Type: iTextSharp.text..::..Document
- rect
- Type: iTextSharp.text..::..Rectangle
- text
- Type: System..::..String