VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / GenerateOnlyVisibleThumbnails Property
Syntax Remarks Requirements SeeAlso
In This Topic
GenerateOnlyVisibleThumbnails Property (WpfThumbnailViewer)
In This Topic
Gets or sets a value indicating whether the thumbnail viewer generates only visible thumbnails.
Syntax
'Declaration

<DefaultValueAttribute(False)>
<DescriptionAttribute("A value indicating whether the thumbnail viewer generates only visible thumbnails.")>
<CategoryAttribute("VintaSoft")>
Public Property GenerateOnlyVisibleThumbnails As Boolean

[DefaultValue(False)]
[Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")]
[Category("VintaSoft")]
public bool GenerateOnlyVisibleThumbnails { get; set; }

Property Value

true - only thumbnails visible in the thumbnail viewer are generated; false - all thumbnails are generated.
Default value is false.
Remarks

Enable this feature only on slow computers or if you have many images.

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