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

    Creates a copy of the AnnotationAction object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public AnnotationAction Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains the context information for cloning.

    Returns

    Type Description
    AnnotationAction

    A copy of the AnnotationAction object.

    See Also