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