RandomAccessStreamFilter Class |
Namespace: pdftron.Filters
public sealed class RandomAccessStreamFilter : IClosable, IFilter
The RandomAccessStreamFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| RandomAccessStreamFilter |
Creates a new Filter from an IRandomAccessStream instance.
|
| Name | Description | |
|---|---|---|
| StreamSize |
Gets the size of the underlying stream.
|
| Name | Description | |
|---|---|---|
| Close | ||
| Equals | (Inherited from Object.) | |
| GetFilterType |
Returns the type of this filter.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetStreamSize |
Gets the size of the underlying stream.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteToFile |
Writes the entire filter, starting at current position, to
specified filepath. Should only be called on an input filter.
|