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