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

    Gets or sets whether to invert the NoView flag interpretation to simplify handling of certain events.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public bool ToggleNoView { get; set; }

    Property Value

    Type Description
    Boolean

    true to invert the NoView flag interpretation when you handle certain events; otherwise, false.

    See Also