Document
HasWriteProtection Method
|
Checks if the document has write protection.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HasWriteProtection()
Public Function HasWriteProtection As Boolean
public:
bool HasWriteProtection()
member HasWriteProtection : unit -> bool
Return Value
Type:
Boolean
True if the document has write protection, otherwise false.
See Also