Interface IBitmapInfoProvider
Provides image inspection services for render drivers: reading the dimensions of an encoded
image and re-encoding an image stream into bitmap (BMP) format.
Assembly: Reportman.Drawing.dll
Syntax
public interface IBitmapInfoProvider
Methods
View Source
EncodeImageStreamAsBitmapStream(MemoryStream)
Declaration
MemoryStream EncodeImageStreamAsBitmapStream(MemoryStream stream)
Parameters
Returns
View Source
GetBitmapInfo(Stream)
Declaration
BitmapInfo GetBitmapInfo(Stream stream)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
Returns