Skip to content

M_PDFiumSharp_PdfDocument__ctor_3

ArgusMagnus edited this page Apr 4, 2017 · 3 revisions

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

Clone this wiki locally