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