BaseCommonDecoder Class |
Namespace: Atalasoft.Imaging.Codec
The BaseCommonDecoder type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseCommonDecoder |
Initializes a new instance of the BaseCommonDecoder class.
|
| Name | Description | |
|---|---|---|
| PageSize |
Gets or sets a page size (width and height values).
| |
| Resolution |
Gets or sets a value that specifies the DPI to use when rendering a document. Default value is 96.
| |
| SupportedImageType | Obsolete. Returns the ImageType that the implemented decoder class supports. (Inherited from ImageDecoder.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFrameCount(Stream) | Returns the number of frames in the image (Overrides MultiFramedImageDecoderGetFrameCount(Stream).) | |
| GetFrameCount(String) | Returns the number of frames in the image | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetImageInfo(Stream) | Retrieve information from a file data stored in a Stream about the first frame. (Overrides ImageDecoderGetImageInfo(Stream).) | |
| GetImageInfo(String) | Retrieve information from a file about the first frame. | |
| GetImageInfo(Stream, Int32) | Retrieve information from a file data stored in a Stream about specified frame. (Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).) | |
| GetImageInfo(String, Int32) | Retrieve information from a file about specified frame. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValidFormat(Stream) | Checks the stream to determine if the image can be read by the decoder that derives this class. (Overrides ImageDecoderIsValidFormat(Stream).) | |
| IsValidFormat(String) | Checks the stream to determine if the image can be read by the decoder that derives this class. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Read(Stream, ProgressEventHandler) | Decode an image in a specified image Stream. (Overrides ImageDecoderRead(Stream, ProgressEventHandler).) | |
| Read(String, ProgressEventHandler) | Decode an image from file. | |
| Read(Stream, Int32, ProgressEventHandler) | Read a given frame in an encoded image using this decoder. (Overrides MultiFramedImageDecoderRead(Stream, Int32, ProgressEventHandler).) | |
| Read(String, Int32, ProgressEventHandler) | Read a given frame from file using this decoder. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |