The Filter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Decode(Byte) |
Decodes the specified data.
| |
Decode(Byte, PdfDictionary) |
When implemented in a derived class decodes the specified data.
| |
DecodeToString(Byte) |
Decodes to a raw string.
| |
DecodeToString(Byte, PdfDictionary) |
Decodes to a raw string.
| |
Encode(Byte) |
When implemented in a derived class encodes the specified data.
| |
Encode(String) |
Encodes a raw string.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveWhiteSpace |
Removes all white spaces from the data. The function assumes that the bytes are characters.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also