menu

Document Processing

ThumbnailSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ThumbnailSettings Class

    class for thumbnail settings.

    Inheritance
    System.Object
    ThumbnailSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class ThumbnailSettings : Object

    Constructors

    ThumbnailSettings()

    Initializes the thumbnail settings

    Declaration
    public ThumbnailSettings()

    Properties

    IsExpanded

    Gets or sets the visible state of thumbnail pane when loading PDF document. By default the value is false.

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type
    System.Boolean

    IsVisible

    Gets or sets a value indicating whether thumbnail pane is visible to user interface. By default the value is true

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved