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