 | PdfTextCountChars Property |
Gets number of characters in a page or -1 for error.
Generated characters, like additional space characters, new line characters, are also counted.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int CountChars { get; }Public ReadOnly Property CountChars As Integer
Get
public:
property int CountChars {
int get ();
}member CountChars : int with get
/** @property */
public int get_CountChars()
function get_CountChars();
Property Value
Int32
RemarksCharacters in a page form a "stream", inside the stream, each character has an index.
We will use the index parameters in many functions.
The first character in the page has an index value of zero.
See Also