Click or drag to resize

Document IsEncrypted Method (Stream)

Check that the document is encrypted

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public static bool IsEncrypted(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The stream.

Return Value

Type: Boolean
whether the document is encrypted.
See Also