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 |