Enum ProtectionMode
Specifies the level of editing restrictions enforced when document protection is active.
Namespace: Telerik.Windows.Documents.Flow.Model.Protection
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum ProtectionMode
AllowComments
Restricts editing to permission ranges and comment insertion, preventing other content modifications.
NoProtection
Disables all editing restrictions, allowing unrestricted document modification.
ReadOnly
Restricts all editing to defined permission ranges, making the rest of the document read-only.