FragmentCollection.FindAll(Predicate<PageFragment>) Method
Finds all content fragments that match the specified condition.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| func | Predicate<PageFragment> | A delegate that defines the conditions of the content fragments to search for. |
Returns
| Type | Description |
|---|---|
| List<PageFragment> | A list of content fragments that match the specified condition, or an empty list if no such content fragments are found. |
See Also