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