VintaSoft Imaging .NET SDK 12.4: 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
    
    <DescriptionAttribute("A value indicating whether the thumbnail viewer generates only visible thumbnails.")>
    <DefaultValueAttribute(False)>
    <CategoryAttribute("VintaSoft")>
    Public Property GenerateOnlyVisibleThumbnails As Boolean
    
    
    [Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")]
    [DefaultValue(False)]
    [Category("VintaSoft")]
    public bool GenerateOnlyVisibleThumbnails { get; set; }
    
    
    [Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")]
    [DefaultValue(False)]
    [Category("VintaSoft")]
    public: __property bool get_GenerateOnlyVisibleThumbnails();
    public: __property void set_GenerateOnlyVisibleThumbnails(
    bool value
    );
    [Description("A value indicating whether the thumbnail viewer generates only visible thumbnails.")]
    [DefaultValue(False)]
    [Category("VintaSoft")]
    public:
    property bool GenerateOnlyVisibleThumbnails { bool get(); void set(bool value); }

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

    See Also