 | FoundText Structure |
Represents a result of the search operation
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.68.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.68.2704
SyntaxPublic Structure FoundText
public value class FoundText
[<SealedAttribute>]
type FoundText = struct end
public final class FoundText extends ValueType
JavaScript supports the use of structures, but not the declaration of new ones.
The FoundText type exposes the following members.
Fields
| Name | Description |
---|
 | CharIndex |
The starting character index of the search result.
|
 | CharsCount |
The number of matched characters in the search result.
|
 | PageIndex |
The page index of the search result.
|
Top
See Also