Skip to main content
All docs
V26.1
  • TextAnnotation.IsOpened Property

    Gets or sets whether the annotation is opened on the page.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public bool IsOpened { get; set; }

    Property Value

    Type Description
    Boolean

    true if the annotation is opened on the page; otherwise, false.

    See Also