Initializes a new instance of the PdfReader class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfReader( string filename, X509Certificate certificate, ICipherParameters certificateKey ) |
Visual Basic |
---|
Public Sub New ( _ filename As String, _ certificate As X509Certificate, _ certificateKey As ICipherParameters _ ) |
Visual C++ |
---|
public: PdfReader( String^ filename, X509Certificate^ certificate, ICipherParameters^ certificateKey ) |
Parameters
- filename
- Type: System..::..String
- certificate
- Type: Org.BouncyCastle.X509..::..X509Certificate
- certificateKey
- Type: Org.BouncyCastle.Crypto..::..ICipherParameters