ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSecurity Class / AllowEditContent Property

In This Topic
    AllowEditContent Property (PdfSecurity)
    In This Topic
    Gets or sets whether the user can edit the contents of the Pdf document.
    Syntax
    'Declaration
     
    
    Public Property AllowEditContent As Boolean
    public bool AllowEditContent {get; set;}
    See Also