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
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 |
See Also