VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / LoadTemporaryImage(VintasoftImage,Boolean) Method
Syntax Remarks Requirements SeeAlso
In This Topic
LoadTemporaryImage(VintasoftImage,Boolean) Method (ImageViewer)
In This Topic
Loads a temporary image in the viewer.
Syntax
'Declaration

Public Sub LoadTemporaryImage( _
ByVal image
A temporary image that must be loaded in viewer.
As Vintasoft.Imaging.VintasoftImage, _
ByVal needUpdate
A value indicating whether the image viewer must be updated.
As Boolean _
)

Parameters

image
A temporary image that must be loaded in viewer.
needUpdate
A value indicating whether the image viewer must be updated.
Remarks

This method does NOT change the Image property, it just loads the specified temporary image in image viewer.
Loaded temporary image will be shown in the viewer until the image, specified by the Image property, will not be reloaded or changed.

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