XpsDecoder Class |
Namespace: Atalasoft.Imaging.Codec
The XpsDecoder type exposes the following members.
| Name | Description | |
|---|---|---|
| XpsDecoder | Initializes a new instance of the XpsDecoder class |
| Name | Description | |
|---|---|---|
| DpiX | Gets or sets the X-Resolution value used when reading to an image. | |
| DpiY | Gets or sets the Y-Resolution used when reading to an image. | |
| 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 |
Returns the number of frames in the image
(Overrides MultiFramedImageDecoderGetFrameCount(Stream).) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetImageInfo(Stream) |
Retreive information from an image stored in a file without decoding the image data.
(Overrides ImageDecoderGetImageInfo(Stream).) | |
| GetImageInfo(Stream, Int32) | (Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValidFormat |
Checks the stream to determine if the image can be read by the decoder that derives this class.
(Overrides ImageDecoderIsValidFormat(Stream).) | |
| 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(Stream, Int32, ProgressEventHandler) |
Read a given frame in an encoded image using this decoder.
(Overrides MultiFramedImageDecoderRead(Stream, Int32, ProgressEventHandler).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |