Click or drag to resize

IPdfRendererDrawText Method

Draws the specified text on the specified PDF page.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void DrawText(
	IPdfPage page,
	double x,
	double y,
	string text
)

Parameters

page
Type: Opait.Barcoder.ApiIPdfPage
The page to draw on.
x
Type: SystemDouble
The x-coordinate of the text in PDF units.
y
Type: SystemDouble
The y-coordinate of the text in PDF units.
text
Type: SystemString
The text to draw.
See Also