XTextFormatterDrawString Method (String, XFont, XBrush, XRect)Terminal Works - PDF Printing.Net Library
Draws the text.

Namespace: PdfEdit.Drawing.Layout
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void DrawString(
	string text,
	XFont font,
	XBrush brush,
	XRect layoutRectangle
)

Parameters

text
Type: SystemString
The text to be drawn.
font
Type: PdfEdit.DrawingXFont
The font.
brush
Type: PdfEdit.DrawingXBrush
The text brush.
layoutRectangle
Type: PdfEdit.DrawingXRect
The layout rectangle.
See Also

Reference