Skip to main content
All docs
V26.1
  • FragmentCollection.Find(Predicate<PageFragment>, out FragmentCollection) Method

    Finds the first content fragment that matches the specified condition and identifies the collection that contains this fragment.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public PageFragment Find(
        Predicate<PageFragment> func,
        out FragmentCollection container
    )

    Parameters

    Name Type Description
    func Predicate<PageFragment>

    A delegate that defines the conditions used to search for a content fragment.

    container FragmentCollection

    The collection that contains the found content fragment.

    Returns

    Type Description
    PageFragment

    The first content fragment that matches the specified condition, or null if no such content fragment is found.

    See Also