Click or drag to resize

PdfTextPageCharOrigin Method

Get origin position of a particular character by index.

Namespace:  Atalasoft.Pdf.TextExtract
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PointF CharOrigin(
	int index
)

Parameters

index
Type: SystemInt32
Zero-based index of the character in terms of this page.

Return Value

Type: PointF

PointF describing the origin position of the indexed character.

X and Y positions are measured in terms of PDF "user space".

See Also