TxtDecoder Class |
Namespace: Atalasoft.dotImage.CommonDecoders
The TxtDecoder type exposes the following members.
| Name | Description | |
|---|---|---|
| TxtDecoder |
Initializes a new instance of the TxtDecoder class.
|
| Name | Description | |
|---|---|---|
| PageSize | Gets or sets decoded image page size (width and height values). Default values: Height = 0, Width = 0. (Overrides BaseCommonDecoderPageSize.) | |
| Resolution |
Gets or sets a value that specifies the DPI to use when rendering a document. Default value is 96.
(Inherited from BaseCommonDecoder.) | |
| 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 (Inherited from BaseCommonDecoder.) | |
| GetFrameCount(String) | Returns the number of frames in the image (Inherited from BaseCommonDecoder.) | |
| 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. (Inherited from CommonTextFormatDecoder.) | |
| GetImageInfo(String) | Retrieve information from a file about the first frame. (Inherited from CommonTextFormatDecoder.) | |
| GetImageInfo(Stream, Int32) | Retrieve information from a file data stored in a Stream about specified frame. (Inherited from CommonTextFormatDecoder.) | |
| GetImageInfo(String, Int32) | Retrieve information from a file about specified frame. (Inherited from CommonTextFormatDecoder.) | |
| GetTextDocument(Stream) |
Creates the text document.
(Inherited from BaseCommonTextFormatDecoder.) | |
| GetTextDocument(String) |
Creates the text document.
(Inherited from BaseCommonTextFormatDecoder.) | |
| 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. (Inherited from BaseCommonDecoder.) | |
| IsValidFormat(String) | Checks the stream to determine if the image can be read by the decoder that derives this class. (Inherited from BaseCommonDecoder.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Read(Stream, ProgressEventHandler) | Decode an image in a specified image Stream. (Inherited from BaseCommonDecoder.) | |
| Read(String, ProgressEventHandler) | Decode an image from file. (Inherited from BaseCommonDecoder.) | |
| Read(Stream, Int32, ProgressEventHandler) | Read a given frame in an encoded image using this decoder. (Inherited from BaseCommonDecoder.) | |
| Read(String, Int32, ProgressEventHandler) | Read a given frame from file using this decoder. (Inherited from BaseCommonDecoder.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
<Atalasoft>
<CommonDecoders LimitsPageCount="3000"/>
<!-- Components sections -->
...
</Atalasoft>