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

    Finds the first content fragment that matches the specified condition.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public PageFragment Find(
        Predicate<PageFragment> func
    )

    Parameters

    Name Type Description
    func Predicate<PageFragment>

    A delegate that defines the conditions used to search for a 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