Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static byte[] InputStreamToArray( Stream isp ) |
Visual Basic |
---|
Public Shared Function InputStreamToArray ( _ isp As Stream _ ) As Byte() |
Visual C++ |
---|
public: static array<unsigned char>^ InputStreamToArray( Stream^ isp ) |
Parameters
- isp
- Type: System.IO..::..Stream