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