M_PDFiumSharp_PdfDocument__ctor_3 - ArgusMagnus/PDFiumSharp GitHub Wiki

PdfDocument Constructor (String, String)

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

Syntax

C#

public PdfDocument(
	string fileName,
	string password = null
)

Parameters

 

fileName
Type: System.String
Filepath of the PDF file to load.
password (Optional)
Type: System.String

See Also

Reference

PdfDocument Class
PdfDocument Overload
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️