PdfDocumentFromStream(String, UInt32, Stream, String) Method
Loads a password protected PDF document from a stream and returns the created PDF document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public static PdfDocument FromStream(
string server,
uint port,
Stream stream,
string password
)
Public Shared Function FromStream (
server As String,
port As UInteger,
stream As Stream,
password As String
) As PdfDocument
public:
static PdfDocument^ FromStream(
String^ server,
unsigned int port,
Stream^ stream,
String^ password
)
static member FromStream :
server : string *
port : uint32 *
stream : Stream *
password : string -> PdfDocument
- server String
- The server IP or name
- port UInt32
- The server port number
- stream Stream
- The stream from where to load the PDF document
- password String
- The PDF document password
PdfDocumentThe loaded PDF document