Gets or sets the type of protection of the document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

ProtectionType

Implements

IDocument..::..ProtectionType

See Also