ImageSourceInfo Class Members
In This Topic
The following tables list the members exposed by
ImageSourceInfo.
Public Properties
| Name | Description |
 | Decoder | Gets the decoder of the image source. |
 | DecoderName | Gets the decoder name of the image source. |
 | Filename | Gets the filename of the image source if image source is file. |
 | PageCount | Gets the number of pages in the image source. |
 | PageIndex | Gets the page index in the image source. |
 | SourceType | Gets the type of the image source (file, stream or bitmap). |
 | Stream | Gets the stream of the image source if image source is stream. |
See Also