Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / PdfSecurityOptions Class / AllowEditAnnotations Property

In This Topic
    AllowEditAnnotations Property
    In This Topic
    Gets or sets whether the user can edit annotations in the Pdf document.
    Syntax
    'Declaration
     
    Public Property AllowEditAnnotations As Boolean
    public bool AllowEditAnnotations {get; set;}
    See Also