 | PdfTextObjectCalcCharPos Method |
Get the offsets to start and end of each character in text object
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float[] CalcCharPos()
Public Function CalcCharPos As Single()
public:
array<float>^ CalcCharPos()
member CalcCharPos : unit -> float32[]
public float[] CalcCharPos()
Return Value
SingleAn array of character offsets.
See Also