Skip to main content
All docs
V26.1
  • BaseAnnotation.Invisible Property

    Gets or sets whether to hide annotations that do not belong to a standard annotation type and have no annotation handler.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public bool Invisible { get; set; }

    Property Value

    Type Description
    Boolean

    true to hide annotations that do not belong to a standard annotation type and have no annotation handler; otherwise, false.

    See Also