Skip to main content
All docs
V26.1
  • 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

    public void Replace(
        PageFragment item,
        params PageFragment[] newItems
    )

    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