SearchResultItemLineCount Property

Gets the number of lines on text in the file.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public int LineCount { get; }

Property Value

Int32

Remarks

This requires the method load the complete text for the file.

See Also