Click or drag to resize

Document(Stream, String) Constructor

Creates a PDF document from a stream cotaining a password protected PDF document. The specified password can be a user or owner password.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public Document(
	Stream pdfStream,
	string pdfPassword
)

Parameters

pdfStream  Stream
The stream containing the PDF document.
pdfPassword  String
The password to open the specified PDF document.
See Also