PdfDocumentFromStream(Stream, String) Method
Loads a password protected PDF document from a stream and returns the created PDF document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public static PdfDocument FromStream(
Stream stream,
string password
)
Public Shared Function FromStream (
stream As Stream,
password As String
) As PdfDocument
public:
static PdfDocument^ FromStream(
Stream^ stream,
String^ password
)
static member FromStream :
stream : Stream *
password : string -> PdfDocument
- stream Stream
- The stream from where to load the PDF document
- password String
- The PDF document password
PdfDocumentThe loaded PDF document