Click or drag to resize

PdfBarGraphicsDrawString Method (String, Font, Brush, Rectangle, StringFormat)

Draws the 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 foreground,
	Rectangle r,
	StringFormat format
)

Parameters

text
Type: SystemString
The text to draw.
font
Type: System.DrawingFont
The font to use to draw the text.
foreground
Type: System.DrawingBrush
The brush to draw the text with.
r
Type: System.DrawingRectangle
The rectangle to write the text in.
format
Type: System.DrawingStringFormat
The format to use to draw the text.

Implements

IBarGraphicsDrawString(String, Font, Brush, Rectangle, StringFormat)
See Also