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