The following tables list the members exposed by RasterCodecs.
Name | Description | |
---|---|---|
![]() | RasterCodecs Constructor | Initializes a new instance of RasterCodecs with default values. |
Name | Description | |
---|---|---|
![]() | FastFileInfo | Enables or disables fast file info processing. |
![]() | LoadStatus | Gets a value that allows the detection of whether the image was loaded with errors. |
![]() | Options | Gets the load and save options for this RasterCodecs object. |
Name | Description | |
---|---|---|
![]() | CancelFeedLoad | This method can be used to purposefully cancel the FeedLoad process. |
![]() | Convert | Converts an image file from one format to another, creating a new file in the new format. |
![]() | FeedLoad | Supplies image data to the file-load process from a buffer that you provide. |
![]() | GetInformation | Gets information about the specified image file. |
![]() | Load | Loads the specified image file, using specific options. |
![]() | ReadStamp | Reads a stamp image stored in a file. |
![]() | ReadThumbnail | Creates a thumbnail from the specified image file. |
![]() | Save | Saves the specified image to a file. |
![]() | SaveStamp | Saves the specified image with a stamp (thumbnail) image using default options. |
![]() | StartFeedLoad | Initializes a file-load process in which you control the input stream. |
![]() | StopFeedLoad | Ends a file-load process in which you control the input stream. |