FragmentCollection.Replace(PageFragment, PageFragment[]) Method
Replaces a content fragment in the collection with one or more new fragments.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | PageFragment | The content fragment to be replaced. |
| newItems | PageFragment[] | An array of content fragments to replace the specified fragment with. |
See Also