VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / IsEntireImageLoaded Property
Syntax Requirements SeeAlso
In This Topic
    IsEntireImageLoaded Property (WpfImageViewer)
    In This Topic
    Gets a value indicating whether the entire image is loaded in memory.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property IsEntireImageLoaded As Boolean
    
    
    [Browsable(False)]
    public bool IsEntireImageLoaded { get; }
    
    
    [Browsable(False)]
    public: __property bool get_IsEntireImageLoaded();
    
    
    
    [Browsable(False)]
    public:
    property bool IsEntireImageLoaded { bool get(); }

    Property Value

    true - entire image is loaded in the memory; false - only part of image is loaded in the memory.
    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