Skip to main content
All docs
V26.1
  • PopupAnnotation(MarkupAnnotation, RectangleF) Constructor

    Initializes a new instance of the PopupAnnotation class with specified settings.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public PopupAnnotation(
        MarkupAnnotation markupAnnotation,
        RectangleF bounds
    )

    Parameters

    Name Type Description
    markupAnnotation MarkupAnnotation

    The markup annotation that is associated with the popup annotation.

    bounds RectangleF

    The bounds of the popup annotation.

    See Also