'Declaration
Public Overloads Sub DrawString( _ ByVal s As String, _ ByVal font As PDFFont, _ ByVal brush As PDFBrush, _ ByVal rectangle As PDFDisplayRectangle _ )
'Usage
Dim instance As PDFCanvas Dim s As String Dim font As PDFFont Dim brush As PDFBrush Dim rectangle As PDFDisplayRectangle instance.DrawString(s, font, brush, rectangle)
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.
- rectangle
- PDFDisplayRectangle object that specifies the location of the drawn text.