OutputStreamFilter Class |
Namespace: pdftron.Filters
public sealed class OutputStreamFilter : IClosable, IFilter
The OutputStreamFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() | OutputStreamFilter |
Creates a new Filter from an IOutputStream instance.
|
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.) |
![]() | 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.
|