Parameters
- s
- String to draw.
- font
- PdfFont that defines the text format of the string.
- fontSize
- Font size.
- brush
- A PdfBrush that determines the color of the drawn text.
- rect
- A System.Drawing.RectangleF structure that specifies the location of the drawn text.
- textAlignment
- Text alignment.
- wordWrap
- A value indicating whether to enable automatic word wrap to the beginning of the next line when necessary.