VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / SetLoadingErrorString(String) Method
Syntax Requirements SeeAlso
In This Topic
    SetLoadingErrorString(String) Method (VintasoftImage)
    In This Topic
    Sets a string that describes an error occured during loading of image.
    Syntax
    'Declaration
    
    Public Sub SetLoadingErrorString( _
    ByVal loadingErrorString
    String that describes an error occured during loading of image.
    As System.String _
    )
    public void SetLoadingErrorString(
    System.String loadingErrorString
    )
    public: void SetLoadingErrorString(
    System.String loadingErrorString
    )
    public:
    void SetLoadingErrorString(
    System.String loadingErrorString
    )

    Parameters

    loadingErrorString
    String that describes an error occured during loading of image.
    Requirements

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

    See Also