Click or drag to resize

PdfTextObjectGetItemInfo Method

Gets item information

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void GetItemInfo(
	int index,
	out int charCode,
	out float originX,
	out float originY
)

Parameters

index  Int32
The index of the item to get the information.
charCode  Int32
Gets an int value that represents the unicode character.
originX  Single
Gets the horizontal position of the charCode at the specified index.
originY  Single
Gets the vertical position of the charCode at the specified index.
See Also