Back to Devexpress

PdfViewer.AllowEditLockedAnnotations Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-f9d45699.md

latest1.2 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(false)]
public bool AllowEditLockedAnnotations { get; set; }
vb
<DefaultValue(False)>
Public Property AllowEditLockedAnnotations As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace