ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing.Imaging Namespace / ImageFormat Class / ImageFormat Constructor

In This Topic
    ImageFormat Constructor
    In This Topic
    Initializes a new instance of the ImageFormat class with the specified GUID.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal guid As Guid _
    )
    public ImageFormat( 
       Guid guid
    )

    Parameters

    guid
    See Also