M_PDFiumSharp_PdfDocument__ctor_3 - ArgusMagnus/PDFiumSharp GitHub Wiki
Loads a PdfDocument from the file system. Close() must be called in order to free unmanaged resources.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public PdfDocument(
string fileName,
string password = null
)
- fileName
- Type: System.String
Filepath of the PDF file to load. - password (Optional)
- Type: System.String