Retrieves collection of all characters drawn on the page with their bounding rectangles.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCollection<PdfTextData> GetChars()
VB
Public Function GetChars As PdfCollection(Of PdfTextData)
Return Value
Type:
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:
See Also