Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Section Class / ProtectedForForms Property

In This Topic
    ProtectedForForms Property
    In This Topic
    Gets or sets a value indicating whether this section is protected for forms.

    When a section is protected for forms, users can select and modify text only in form fields in Microsoft Word.

    Syntax
    'Declaration
     
    Public Property ProtectedForForms As System.Boolean
    public System.bool ProtectedForForms {get; set;}
    See Also