PdfBarGraphicsDrawString Method (String, Font, Brush, RectangleF, StringFormat) |
Draws a string.
Namespace:
Atalasoft.PdfDoc.BarcodeWriting
Assembly:
Atalasoft.dotImage.PdfDoc.BarcodeWriting (in Atalasoft.dotImage.PdfDoc.BarcodeWriting.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void DrawString(
string text,
Font font,
Brush b,
RectangleF rf,
StringFormat fmt
)
Public Sub DrawString (
text As String,
font As Font,
b As Brush,
rf As RectangleF,
fmt As StringFormat
)
Parameters
- text
- Type: SystemString
The text to draw. - font
- Type: System.DrawingFont
- b
- Type: System.DrawingBrush
The brush to use to draw the text. - rf
- Type: System.DrawingRectangleF
The rectangle to contain the text. - fmt
- Type: System.DrawingStringFormat
The StringFormat.
Implements
IBarGraphicsDrawString(String, Font, Brush, RectangleF, StringFormat)See Also