Click or drag to resize

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
)

Parameters

stream
Type: System.IO Stream

Return Value

Type: Boolean
See Also