ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IImageRenderer Interface
Members

In This Topic
    IImageRenderer Interface
    In This Topic
    Represents an interface allowing retrieval of an image representation of a report item or layout area.
    Object Model
    IImageRenderer Interface
    Syntax
    'Declaration
     
    Public Interface IImageRenderer 
       Inherits IRenderer 
    public interface IImageRenderer : IRenderer  
    Remarks
    This interface should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also