PdfDocument(Stream, String) Constructor

Constructs a PDF document from stream of a password protected PDF document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDocument(
	Stream pdfStream,
	string password
)

Parameters

pdfStream  Stream
The PDF document data
password  String
The PDF document password

See Also