| 
Document
ProtectionType Property
  | 
 Gets or sets the type of protection of the document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public ProtectionType ProtectionType { get; set; }
 
Public Property ProtectionType As ProtectionType
	Get
	Set
 
public:
virtual property ProtectionType ProtectionType {
	ProtectionType get () sealed;
	void set (ProtectionType value) sealed;
}
 
abstract ProtectionType : ProtectionType with get, set
override ProtectionType : ProtectionType with get, set
 
 
 
Property Value
 
 Type:
 
ProtectionType
 
Implements
 
IDocument
ProtectionType
 
 
 See Also
See Also