menu

Document Processing

ThumbnailSelectedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ThumbnailSelectedEventArgs Class

    Provides the data for a thumbnail selected event.

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

    Properties

    PageNumber

    Gets the page number of the thumbnail.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    SkipPageNavigation

    Skips the default page navigation.

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