'Declaration Public Overloads Sub DrawString( _
ByVal textString to draw.As Vintasoft.Imaging.Drawing.DrawingString, _
ByVal fontPdfFont that defines the text format of the string.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal fontSizeFont size.As Single, _
ByVal xThe x-coordinate of the bottom-left corner of the drawn text.As Single, _
ByVal yThe y-coordinate of the bottom-left corner of the drawn text.As Single _
)
public void DrawString(
Vintasoft.Imaging.Drawing.DrawingString text,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
float fontSize,
float x,
float y
)
Parameters
- text
- String to draw.
- font
- PdfFont that defines the text format of the string.
- fontSize
- Font size.
- x
- The x-coordinate of the bottom-left corner of the drawn text.
- y
- The y-coordinate of the bottom-left corner of the drawn text.