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
)
Public Shared Function IsEncrypted (
stream As Stream
) As Boolean
public:
static bool IsEncrypted(
Stream^ stream
)
static member IsEncrypted :
stream : Stream -> bool
Parameters
-
stream
-
Type:
System.IO
Stream
The stream.
Return Value
Type:
Boolean
whether the document is encrypted.
See Also