Image2RGB Class |
Namespace: pdftron.PDF
public sealed class Image2RGB : IClosable, IFilter
The Image2RGB type exposes the following members.
Name | Description | |
---|---|---|
Image2RGB(Element) | Instantiates a new image2 rgb.
| |
Image2RGB(Image) | Instantiates a new image2 rgb.
| |
Image2RGB(Obj) | Instantiates a new image2 rgb.
|
Name | Description | |
---|---|---|
Close | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetFilterType |
Returns the type of this filter.
| |
GetHashCode | Serves as the default hash function. (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.
|