Skip to main content
All docs
V26.1
  • FragmentCollection.Clone(DocumentCloneContext) Method

    Creates a copy of the FragmentCollection instance using the specified context.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FragmentCollection Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the document cloning process.

    Returns

    Type Description
    FragmentCollection

    A copy of the FragmentCollection instance.

    See Also