Click or drag to resize

PdfDocument LoadFromStream Method (Stream, String)

Initializes a new instance.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void LoadFromStream(
	Stream stream,
	string password
)

Parameters

stream
Type: System.IO Stream
The stream with the file.
password
Type: System String
The password (user or owner) of the encrypted document.
See Also