Search Results for

    Show / Hide Table of Contents

    Class InlineImageCache.LoadEventArgs

    WebClientEventArgs

    Inheritance
    System.Object
    System.EventArgs
    InlineImageCache.LoadEventArgs
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class LoadEventArgs : EventArgs

    Properties

    Cache

    Gets a cache

    Declaration
    public InlineImageCache Cache { get; }
    Property Value
    Type Description
    InlineImageCache

    Handled

    Gets or sets a value indicating whether the event was handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Source

    Gets or sets a url from src attribue of img tag

    Declaration
    public string Source { get; set; }
    Property Value
    Type Description
    System.String
    Back to top © 1998-2025 Copyright Fast Reports Inc.