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

    Creates a copy of the current WidgetAnnotationActions object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public WidgetAnnotationActions Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the document to which the current WidgetAnnotationActions object is cloned.

    Returns

    Type Description
    WidgetAnnotationActions

    A copy of the current WidgetAnnotationActions object.

    See Also