Class ThumbnailClickEventArgs
This event arguments provides the necessary information about thumbnail click event.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class ThumbnailClickEventArgs : BaseEventArgs<ThumbnailClickEventArgs>
Constructors
ThumbnailClickEventArgs()
Declaration
public ThumbnailClickEventArgs()
Properties
PageNumber
Gets the Page number of the thumbnail in which click action is performed.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |