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

    Creates a copy of the current AnnotationBorderEffect object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public AnnotationBorderEffect Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that specifies the context of cloning.

    Returns

    Type Description
    AnnotationBorderEffect

    A copy of the current AnnotationBorderEffect object.

    See Also