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

    Creates a copy of the BaseAnnotation object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public BaseAnnotation Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the cloning process.

    Returns

    Type Description
    BaseAnnotation

    A copy of the current BaseAnnotation object.

    See Also