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

    Creates a copy of the PageFragment object using the specified context.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public PageFragment Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the cloning process.

    Returns

    Type Description
    PageFragment

    A copy of the PageFragment object.

    See Also