'Declaration
Public Overloads Sub DrawString( _ ByVal s As String, _ ByVal font As PdfFont, _ ByVal brush As PdfBrush, _ ByVal x As Double, _ ByVal y As Double, _ ByVal structureElement As PdfStructureElement _ )
'Usage
Dim instance As PdfGraphics Dim s As String Dim font As PdfFont Dim brush As PdfBrush Dim x As Double Dim y As Double Dim structureElement As PdfStructureElement instance.DrawString(s, font, brush, x, y, structureElement)
Parameters
- s
- String to draw.
- font
- PdfFont that defines the text format of the string.
- brush
- PdfBrush that determines the color and texture of the drawn text.
- x
- The x-coordinate of the upper-left corner of the drawn text.
- y
- The y-coordinate of the upper-left corner of the drawn text.
- structureElement
- The structure element that is associated with this piece of content.