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

    Creates a copy of the AnnotationAppearances object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public AnnotationAppearances Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains the context information for cloning.

    Returns

    Type Description
    AnnotationAppearances

    A copy of the AnnotationAppearances object.

    See Also