Initializes a new instance of the StandardDecryption class
Namespace: iTextSharp.text.pdf.cryptoAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public StandardDecryption( byte[] key, int off, int len, int revision ) |
Visual Basic |
---|
Public Sub New ( _ key As Byte(), _ off As Integer, _ len As Integer, _ revision As Integer _ ) |
Visual C++ |
---|
public: StandardDecryption( array<unsigned char>^ key, int off, int len, int revision ) |
Parameters
- key
- Type: array<System..::..Byte>[]()[][]
- off
- Type: System..::..Int32
- len
- Type: System..::..Int32
- revision
- Type: System..::..Int32