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