Section.ProtectedForForms Property

Definition

True if the specified section is protected for forms. When a section is protected for forms, you can select and modify text only in form fields.

public:
 property bool ProtectedForForms { bool get(); void set(bool value); };
public bool ProtectedForForms { get; set; }
member this.ProtectedForForms : bool with get, set
Public Property ProtectedForForms As Boolean

Property Value

Remarks

To protect an entire document, use the Protect(WdProtectionType, Object, Object, Object, Object) method of the Document object.

Applies to