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(
	Stream isp,
	byte[] ownerPassword
)
Visual Basic
Public Sub New ( _
	isp As Stream, _
	ownerPassword As Byte() _
)
Visual C++
public:
PdfReader(
	Stream^ isp, 
	array<unsigned char>^ ownerPassword
)

Parameters

isp
Type: System.IO..::..Stream
ownerPassword
Type: array<System..::..Byte>[]()[][]

See Also