VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / AlwaysShowTemporaryImage Property
Syntax Requirements SeeAlso
In This Topic
    AlwaysShowTemporaryImage Property (WpfImageViewer)
    In This Topic
    Gets or sets a value indicating whether the image viewer must be show only temporaty images.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property AlwaysShowTemporaryImage As Boolean
    
    
    [Browsable(False)]
    public bool AlwaysShowTemporaryImage { get; set; }
    
    
    [Browsable(False)]
    public: __property bool get_AlwaysShowTemporaryImage();
    public: __property void set_AlwaysShowTemporaryImage(
    bool value
    );
    [Browsable(False)]
    public:
    property bool AlwaysShowTemporaryImage { bool get(); void set(bool value); }

    Property Value

    True - the temporary image, which is loaded using the LoadTemporaryImage(VintasoftImage,Boolean) method, will be always shown in the viewer, i.e. changing of Image property will be ignored;
    false - the temporary image, which is loaded using the LoadTemporaryImage(VintasoftImage,Boolean) method, will be shown in the viewer until the image, specified by the Image property, will not be reloaded or changed.
    Default value is 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