Table of Contents

Method GetGenericImageCount

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetGenericImageCount(Stream, BitmapType)

Gets number of images in the stream.

int GetGenericImageCount(Stream stream, BitmapType bitmapType = BitmapType.Any)

Parameters

stream Stream

Stream with image data.

bitmapType BitmapType

Type of the image.

Returns

int