ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Image Class
Properties Methods

In This Topic
    Image Class Members
    In This Topic

    The following tables list the members exposed by Image.

    Public Properties
     NameDescription
    Public PropertyGets a byte array containing the image data.  
    Public PropertyGets the height of this Image.  
    Public PropertyGets the horizontal resolution, in pixels-per-inch, of this Image.  
    Public PropertyGets the format of this Image.  
    Public PropertyGets the width and height of this Image.  
    Public PropertyGets the vertical resolution, in pixels-per-inch, of this Image.  
    Public PropertyGets the width of this Image.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from the specified data stream.  
    Public Method  
    Top
    Public Operators
    Implicit convert specified cross-platform image description to System.Drawing.Image.
    Implicit convert specified System.Drawing.Image to cross-platform image description.
    Top
    See Also