Search Results for

    Show / Hide Table of Contents

    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.

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public interface IBitmapInfoProvider

    Methods

    View Source

    EncodeImageStreamAsBitmapStream(MemoryStream)

    Declaration
    MemoryStream EncodeImageStreamAsBitmapStream(MemoryStream stream)
    Parameters
    Type Name Description
    MemoryStream stream
    Returns
    Type Description
    MemoryStream
    View Source

    GetBitmapInfo(Stream)

    Declaration
    BitmapInfo GetBitmapInfo(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    BitmapInfo
    • View Source
    In this article
    Back to top Generated by DocFX