VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / Thumbnail Class / LoadingError Property
Syntax Requirements SeeAlso
In This Topic
    LoadingError Property (Thumbnail)
    In This Topic
    Gets a value indicating whether the error occurs during loading of thumbnail.
    Syntax
    'Declaration
    
    Public ReadOnly Property LoadingError As Boolean
    
    
    public bool LoadingError { get; }
    
    
    public: __property bool get_LoadingError();
    
    
    
    public:
    property bool LoadingError { bool get(); }

    Property Value

    true - error occurs during loading of thumbnail; otherwise, false.
    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