PdfDocument(String, UInt32, String, String) Constructor
Constructs a PDF document from a password protected file
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfDocument(
string server,
uint port,
string pdfFilePath,
string password
)
Public Sub New (
server As String,
port As UInteger,
pdfFilePath As String,
password As String
)
public:
PdfDocument(
String^ server,
unsigned int port,
String^ pdfFilePath,
String^ password
)
new :
server : string *
port : uint32 *
pdfFilePath : string *
password : string -> PdfDocument
Parameters
- server String
- The server IP or name
- port UInt32
- The server port number
- pdfFilePath String
- The PDF file full path
- password String
- The PDF document password