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

    Creates a copy of the ClipNode object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public ClipNode Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the cloning process.

    Returns

    Type Description
    ClipNode

    A copy of the current ClipNode object.

    See Also