C# Class PdfRpt.Core.Security.CustomPdfReader

CustomPdfReader to be able to work with streams.
Inheritance: iTextSharp.text.pdf.PdfReader
显示文件 Open project: VahidN/PdfReport

Public Methods

Method Description
CustomPdfReader ( Stream isp, X509Certificate certificate, ICipherParameters certificateKey ) : System

CustomPdfReader to be able to work with streams.

Method Details

CustomPdfReader() public method

CustomPdfReader to be able to work with streams.
public CustomPdfReader ( Stream isp, X509Certificate certificate, ICipherParameters certificateKey ) : System
isp Stream
certificate Org.BouncyCastle.X509.X509Certificate
certificateKey ICipherParameters
return System