FragmentCollection.ToFlatEnumerable() Method
Converts a fragment collection into a flattened collection that contains all document fragments.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<PageFragment> | A flattened collection that contains all fragments in the document. |
See Also