Document(Stream, String) Constructor
Creates a PDF document from a stream containing a password protected PDF document.
The specified password can be a user or owner password.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Document(
Stream pdfStream,
string password
)
Public Sub New (
pdfStream As Stream,
password As String
)
public:
Document(
Stream^ pdfStream,
String^ password
)
new :
pdfStream : Stream *
password : string -> Document
Parameters
- pdfStream Stream
- The stream containing the PDF document.
- password String
- The password to open the specified PDF document.