 | PdfFindCharIndex Property |
Gets the starting character index of the search result.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int CharIndex { get; }Public ReadOnly Property CharIndex As Integer
Get
public:
property int CharIndex {
int get ();
}member CharIndex : int with get
/** @property */
public int get_CharIndex()
function get_CharIndex();
Property Value
Int32
See Also