Skip to main content
All docs
V25.1
  • PdfViewer.AllowEditLockedAnnotations Property

    Gets or sets whether to allow users to edit locked annotations in the loaded document.

    Namespace: DevExpress.XtraPdfViewer

    Assembly: DevExpress.XtraPdfViewer.v25.1.dll

    NuGet Package: DevExpress.Win.PdfViewer

    Declaration

    [DefaultValue(false)]
    public bool AllowEditLockedAnnotations { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to allow users to edit locked annotations; otherwise false.

    See Also