XpsDecoderGetImageInfo Method (Stream, Int32) |
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic override ImageInfo GetImageInfo(
Stream stream,
int frameIndex
)
Public Overrides Function GetImageInfo (
stream As Stream,
frameIndex As Integer
) As ImageInfo
Parameters
- stream
- Type: System.IOStream
The input Stream. - frameIndex
- Type: SystemInt32
The zero based frame index.
Return Value
Type:
ImageInfo
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | stream |
| ArgumentException | The stream does not have read access.;stream |
See Also