Interface IBitmapInfoProvider
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public interface IBitmapInfoProvider
Methods
EncodeImageStreamAsBitmapStream(MemoryStream)
Declaration
MemoryStream EncodeImageStreamAsBitmapStream(MemoryStream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| MemoryStream | stream |
Returns
| Type | Description |
|---|---|
| MemoryStream |
GetBitmapInfo(Stream)
Declaration
BitmapInfo GetBitmapInfo(Stream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream |
Returns
| Type | Description |
|---|---|
| BitmapInfo |