Initializes a new instance of the OutputStreamEncryption class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public OutputStreamEncryption(
	Stream outc,
	byte[] key,
	int revision
)
Visual Basic
Public Sub New ( _
	outc As Stream, _
	key As Byte(), _
	revision As Integer _
)
Visual C++
public:
OutputStreamEncryption(
	Stream^ outc, 
	array<unsigned char>^ key, 
	int revision
)

Parameters

outc
Type: System.IO..::..Stream
key
Type: array<System..::..Byte>[]()[][]
revision
Type: System..::..Int32

See Also