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( Stream isp ) |
| Visual Basic |
|---|
Public Sub New ( _ isp As Stream _ ) |
| Visual C++ |
|---|
public: PdfReader( Stream^ isp ) |
Parameters
- isp
- Type: System.IO..::..Stream