Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditProtectionMode Enumeration

In This Topic
    EditProtectionMode Enumeration
    In This Topic
    Specifies the type of protection applied to a document.
    Syntax
    'Declaration
     
    Public Enum EditProtectionMode 
       Inherits System.Enum
    public enum EditProtectionMode : System.Enum 
    Members
    MemberDescription
    AllowOnlyComments Allow only comments to be added to the document.
    AllowOnlyFormFields Allow content to be added to the document only through form fields.
    AllowOnlyReading Allow read-only access to the document.
    AllowOnlyRevisions Allow only revisions to be made to existing content.
    NoProtection No protection is applied to the document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.EditProtectionMode

    See Also