Table of Contents

Method GetChars

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetChars()

Retrieves collection of all characters drawn on the page with their bounding rectangles.

public PdfCollection<PdfTextData> GetChars()

Returns

PdfCollection<PdfTextData>

Collection of all characters drawn on the page with their bounding rectangles.

Remarks

You can check the following conditions to detect whether an extracted character is visible on the page:

Read the Extract detailed text information for an example of using text data.