Class StreamAdapterFilter
StreamAdapterFilter filter can be used to turn a readable System.Stream into a PDFNet Filter
Implements
Inherited Members
Namespace: pdftron.Filters
Assembly: PDFNet.dll
Syntax
public class StreamAdapterFilter : Filter, IDisposable
Constructors
StreamAdapterFilter(Stream)
Constructor for StreamAdapterFilter.
Declaration
public StreamAdapterFilter(Stream input_stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | input_stream | the input data stream. Must be seekable. |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Methods
Dispose(bool)
Declaration
[HandleProcessCorruptedStateExceptions]
protected override void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
bool | A_0 |