VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / AlwaysShowTemporaryImage Property
Syntax Requirements SeeAlso
In This Topic
AlwaysShowTemporaryImage Property (ImageViewer)
In This Topic
Gets or sets a value indicating whether the image viewer must show only temporary images.
Syntax
'Declaration

<DefaultValueAttribute(False)>
<BrowsableAttribute(False)>
Public Property AlwaysShowTemporaryImage As Boolean

[DefaultValue(False)]
[Browsable(False)]
public bool AlwaysShowTemporaryImage { get; set; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also