DocumentProtectionEditingRestriction Property |
Gets or sets the set of editing restrictions which shall be enforced on a given document.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 27.3.30.1210
Syntaxpublic EditingRestrictionType EditingRestriction { get; set; }
Public Property EditingRestriction As EditingRestrictionType
Get
Set
Property Value
Type:
EditingRestrictionType
The set of editing restrictions which shall be enforced on a given document.
See Also