alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ThumbnailSelectedEventArgs

    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 - 2026 Syncfusion Inc. All Rights Reserved