Section.ProtectedForForms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.