ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / ImageData Structure / ImageData Constructor

In This Topic
    ImageData Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal memoryStream As MemoryStream, _
       ByVal imageFormat As ImageFormat _
    )
    public ImageData( 
       MemoryStream memoryStream,
       ImageFormat imageFormat
    )

    Parameters

    memoryStream
    imageFormat
    See Also