Initializes a new instance of the PdfReader class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfReader(
	byte[] pdfIn,
	byte[] ownerPassword
)
Visual Basic
Public Sub New ( _
	pdfIn As Byte(), _
	ownerPassword As Byte() _
)
Visual C++
public:
PdfReader(
	array<unsigned char>^ pdfIn, 
	array<unsigned char>^ ownerPassword
)

Parameters

pdfIn
Type: array<System..::..Byte>[]()[][]
ownerPassword
Type: array<System..::..Byte>[]()[][]

See Also