ExpertPdf Html to Pdf Converter Library
Document Constructor (pdfStream, pdfPassword)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentDocument(Stream, String)
ExpertPdf Html to Pdf Converter Library
Creates a PDF document from a stream cotaining a password protected PDF document. The specified password can be a user or owner password.
Declaration Syntax
C#Visual BasicVisual C++
public Document(
	Stream pdfStream,
	string pdfPassword
)
Public Sub New ( 
	pdfStream As Stream,
	pdfPassword As String
)
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.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)