DocumentLoad Method (Stream, String)ByteScout PDF SDK
Loads document from specified stream.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void Load(
	Stream stream,
	string password
)

Parameters

stream
Type: System.IOStream
The stream to read PDF data from.
password
Type: SystemString
The user or owner password that unlocks the existing PDF file data.
See Also

Reference