XFINIUM.PDF Documentation
PdfFileEx Constructor(String,String)



Xfinium.Pdf.Core Namespace > PdfFileEx Class > PdfFileEx Constructor : PdfFileEx Constructor(String,String)
Path to the PDF file.
Password for decrypting the PDF file.
Initializes a new PdfFileEx object from a PDF file.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String, _
   Optional ByVal password As String _
)
'Usage
 
Dim fileName As String
Dim password As String
 
Dim instance As New PdfFileEx(fileName, password)
public PdfFileEx( 
   string fileName,
   string password
)
public:
PdfFileEx( 
   String^ fileName,
   String^ password
)

Parameters

fileName
Path to the PDF file.
password
Password for decrypting the PDF file.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFileEx Class
PdfFileEx Members
Overload List