Presentation
IsPasswordProtected Method (Stream)
|
Determine whether the document is encrypted
file stream
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsPasswordProtected(
Stream stream
)
Public Function IsPasswordProtected (
stream As Stream
) As Boolean
public:
bool IsPasswordProtected(
Stream^ stream
)
member IsPasswordProtected :
stream : Stream -> bool
Parameters
-
stream
-
Type:
System.IO
Stream
Return Value
Type:
Boolean
See Also