Click or drag to resize

PdfTextPageCharCount Property

The number of characters in the page.

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 int CharCount { get; }

Property Value

Type: Int32
Remarks
Generated characters, like additional space characters, new line characters, are also counted.
See Also