VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageLoadedEventArgs Class / ImageLoadedEventArgs Constructors / ImageLoadedEventArgs Constructor(VintasoftImage,String)
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageLoadedEventArgs Constructor(VintasoftImage,String)
    In This Topic
    Initializes a new instance of the ImageLoadedEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal image
    The VintasoftImage object which was loaded.
    As VintasoftImage, _
    ByVal errorString
    Description of the error.
    As System.String _
    )
    public ImageLoadedEventArgs(
    VintasoftImage image,
    System.String errorString
    )
    public: ImageLoadedEventArgs(
    VintasoftImage* image,
    System.String errorString
    )
    public:
    ImageLoadedEventArgs(
    VintasoftImage^ image,
    System.String errorString
    )

    Parameters

    image
    The VintasoftImage object which was loaded.
    errorString
    Description of the error.
    Remarks

    This constructor must be used if non critical error occurs during loading of image.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also