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

    Creates a copy of the current InteractiveAction object.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public InteractiveAction Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that specifies the context in which the current InteractiveAction object is cloned.

    Returns

    Type Description
    InteractiveAction

    A copy of the current InteractiveAction object.

    See Also