Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Stream Open( Stream outStream, string contentOID, string compressionOID ) |
Visual Basic |
---|
Public Function Open ( _ outStream As Stream, _ contentOID As String, _ compressionOID As String _ ) As Stream |
Visual C++ |
---|
public: Stream^ Open( Stream^ outStream, String^ contentOID, String^ compressionOID ) |
Parameters
- outStream
- Type: System.IO..::..Stream
- contentOID
- Type: System..::..String
- compressionOID
- Type: System..::..String