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