Skip to main content
All docs
V26.1
  • TextSearchInfo(Int32, IReadOnlyList<TextMatchInfo>, IReadOnlyList<TextMatchGroup>) Constructor

    Initializes a new instance of the TextSearchInfo class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public TextSearchInfo(
        int pageIndex,
        IReadOnlyList<TextMatchInfo> matches,
        IReadOnlyList<TextMatchGroup> groups
    )

    Parameters

    Name Type Description
    pageIndex Int32

    The index of the page where the text search is performed.

    matches IReadOnlyList<TextMatchInfo>

    A collection of text match information.

    groups IReadOnlyList<TextMatchGroup>

    A collection of text match groups.

    See Also