MappedFile Class |
Namespace: pdftron.Filters
public sealed class MappedFile : IClosable, IFilter
The MappedFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | MappedFile |
Create a new instance of MappedFile class with the specified path and creation mode.
|
Name | Description | |
---|---|---|
![]() | Close | |
![]() | Equals | (Inherited from Object.) |
![]() | GetDecodeName |
Gets the deocde name of this Filter.
|
![]() | GetFilePath |
Gets the path to the file.
|
![]() | GetFilterType |
Returns the type of this filter.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetName |
Gets the name of this Filter.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WinRTGetFileSize |
Gets the size of the current file.
|
![]() | WriteToFile |
Writes the entire filter, starting at current position, to
specified filepath. Should only be called on an input filter.
|