Initializes a new instance of the PdfStream class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PdfStream( byte[] bytes ) |
| Visual Basic |
|---|
Public Sub New ( _ bytes As Byte() _ ) |
| Visual C++ |
|---|
public: PdfStream( array<unsigned char>^ bytes ) |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]