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