Gets or sets a value indicating whether the document's text is protected, or can be freely edited and formatted.
public EditMode EditMode { get; set; }
Public Property EditMode() As EditMode
Member | Description |
---|---|
Edit | The document's text can be edited and formatted without restrictions. |
Read |
The document's text is displayed and text can be selected. Editing and formatting is restricted as specified through the Document |
Read |
The document's text is only displayed, text cannot be selected. |
Use |
A dialog box to enter a password is opened to protect the edit mode. This value can only be combined with Edit |
Learn more about the TXText