HiQPdf Documentation

PdfDocument Constructor (Stream, String)

Quickly Create High Quality PDFs
Constructs a PDF document from stream of a password protected PDF document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfDocument(
	Stream pdfStream,
	string password
)

Parameters

pdfStream
Type: System.IOStream
The PDF document data
password
Type: SystemString
The PDF document password
See Also

Reference