Search Results for

    Show / Hide Table of Contents

    Class HtmlTextRenderer.RunImage

    Represents the image run.

    Inheritance
    System.Object
    HtmlTextRenderer.Run
    HtmlTextRenderer.RunImage
    Inherited Members
    HtmlTextRenderer.Run.BaseLine
    HtmlTextRenderer.Run.CharIndex
    HtmlTextRenderer.Run.Descent
    HtmlTextRenderer.Run.Height
    HtmlTextRenderer.Run.Left
    HtmlTextRenderer.Run.Renderer
    HtmlTextRenderer.Run.Style
    HtmlTextRenderer.Run.Top
    HtmlTextRenderer.Run.Width
    HtmlTextRenderer.Run.Word
    HtmlTextRenderer.Run.GetBackgroundBrush()
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class RunImage : HtmlTextRenderer.Run

    Properties

    Image

    Gets the image.

    Declaration
    public Image Image { get; }
    Property Value
    Type Description
    Image

    Methods

    GetBitmap(out Single, out Single)

    Gets the image as a bitmap.

    Declaration
    public Bitmap GetBitmap(out float width, out float height)
    Parameters
    Type Name Description
    System.Single width

    The bitmap width.

    System.Single height

    The bitmap height.

    Returns
    Type Description
    Bitmap

    The Bitmap object.

    Back to top © 1998-2026 Copyright Fast Reports Inc.