 | PdfFindCharsCount Property |
Gets the number of matched characters in the search result
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int CharsCount { get; }Public ReadOnly Property CharsCount As Integer
Get
public:
property int CharsCount {
int get ();
}member CharsCount : int with get
/** @property */
public int get_CharsCount()
function get_CharsCount();
Property Value
Int32
See Also