PdfContents.SetTextPosition Method

PDF File Writer

PdfContentsSetTextPosition Method

Set text position

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetTextPosition(
	double PosX,
	double PosY
)

Parameters

PosX
Type: SystemDouble
Position X
PosY
Type: SystemDouble
Position Y
See Also