Click or drag to resize

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()

Return Value

Type: Boolean
True if the document has write protection, otherwise false.
See Also