Winnovative PDF Creator Library for .NET
Document Constructor (pdfStream, pdfPassword)
NamespacesWinnovative.PdfCreatorDocumentDocument(Stream, String)
Winnovative PDF Creator Library for .NET
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: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 5.0.3.0 (5.0.3.0)